Skip to content

Commit 7b7727a

Browse files
committed
commit it
1 parent 413894c commit 7b7727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64
2727

2828
- name: Build Windows amd64
29-
run: GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64
29+
run: GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64.exe
3030

3131
- name: Create Github Release
3232
id: create_release

0 commit comments

Comments
 (0)