Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq authored Sep 29, 2024
1 parent 69fb3a3 commit 2c7e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# run: GOOS=darwin GOARCH=amd64 go build -o output/${{env.MAC_BUILD_NAME}} cmd/main.go

- name: Build for Windows
run: GOOS=windows GOARCH=amd64 go build -o output/${{env.WIN_BUILD_NAME}} cmd/main.go -ldflags="-H windowsgui"
run: GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" -o output/${{env.WIN_BUILD_NAME}} cmd/main.go


- name: Attach Win Build
Expand Down

0 comments on commit 2c7e102

Please sign in to comment.