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 6363dc3 commit 413894c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
go-version: '1.20'

- name: Build
run:
GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64
GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64
echo "done"
- name: Build Linux amd64
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

- name: Create Github Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down
Empty file modified release.sh
100644 → 100755
Empty file.

0 comments on commit 413894c

Please sign in to comment.