Skip to content

Commit

Permalink
no wingui
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed Nov 7, 2019
1 parent 4df23a3 commit 00f2caa
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 @@ -24,7 +24,7 @@ jobs:
run: |
GITVER=$(git describe --tags || git rev-parse --short HEAD)
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} -H windowsgui' -v -o gray_amd64_windows.exe .
GOOS=windows GOARCH=amd64 go build -ldflags="-s -w -X main.MAINVER=${GITVER}" -v -o gray_amd64_windows.exe .
- name: Create Release
id: create_release
Expand Down

0 comments on commit 00f2caa

Please sign in to comment.