We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413894c commit 7b7727aCopy full SHA for 7b7727a
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
run: GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64
27
28
- name: Build Windows amd64
29
- run: GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64
+ run: GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64.exe
30
31
- name: Create Github Release
32
id: create_release
0 commit comments