Skip to content

Commit

Permalink
fix(ci): Add ldflags to binary release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Sep 10, 2022
1 parent ced7d42 commit 48ef02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
project_path: cmd/bf2-conman
binary_name: bf2-conman
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/bf2-conman && go generate && popd
ldflags: -H windowsgui
sha256sum: true

0 comments on commit 48ef02b

Please sign in to comment.