Skip to content

Commit

Permalink
commit it
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-child committed Jul 1, 2024
1 parent 413894c commit 7b7727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64

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

- name: Create Github Release
id: create_release
Expand Down

0 comments on commit 7b7727a

Please sign in to comment.