Skip to content

Commit

Permalink
another fix for build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk authored Nov 24, 2023
1 parent 22604ed commit 9e91925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "1.21.4"
compress_assets: "OFF"
build_flags: '-ldflags="-s -w"'
build_flags: "'-ldflags=-s -w'"
executable_compression: "upx"

0 comments on commit 9e91925

Please sign in to comment.