Skip to content

Commit

Permalink
Fixed ldtags
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdaugherty committed May 21, 2022
1 parent b8df33e commit 39646d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "latest"
binary_name: "itunesexport"
build_flags: "-ldflags -X main.Version=${{ env.APP_VERSION }}"
build_flags: -v
ldflags: -X "main.Version=${{ env.APP_VERSION }}"
extra_files: README.md

0 comments on commit 39646d9

Please sign in to comment.