Skip to content

Commit 413894c

Browse files
committed
commit it
1 parent 6363dc3 commit 413894c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
with:
2323
go-version: '1.20'
2424

25-
- name: Build
26-
run:
27-
GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64
28-
GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64
29-
echo "done"
25+
- name: Build Linux amd64
26+
run: GOOS=linux GOARCH=amd64 go build -o lsp_linux-amd64
3027

28+
- name: Build Windows amd64
29+
run: GOOS=windows GOARCH=amd64 go build -o lsp_windows-amd64
30+
3131
- name: Create Github Release
3232
id: create_release
3333
uses: softprops/action-gh-release@v1

release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)