Skip to content

Commit

Permalink
fix exe
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed Dec 3, 2019
1 parent 48bf092 commit 99e39f4
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 @@ -30,7 +30,7 @@ jobs:
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w -X main.MAINVER=${GITVER}" -v -o gray_amd64_linux .
GOOS=windows GOARCH=amd64 go build -ldflags="-s -w -X main.MAINVER=${GITVER}" -v -o gray_amd64_windows.exe .
zip gray_amd64_linux.zip gray_amd64_linux
zip gray_amd64_windows.zip gray_amd64_windows
zip gray_amd64_windows.zip gray_amd64_windows.exe
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 99e39f4

Please sign in to comment.