Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 16, 2025
1 parent 16b1f6d commit 24b3fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
secrets: inherit
with:
linux-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
windows-build-args: -tags='timetzdata netgo -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
windows-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
macos-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w'
cgo-enabled: 1
project: walletd
Expand Down

0 comments on commit 24b3fae

Please sign in to comment.