Skip to content

Commit

Permalink
fixup! fixup! fixup! ci(publish): update workflow and enable dry run …
Browse files Browse the repository at this point in the history
…on push to `master`
  • Loading branch information
rami3l committed Nov 24, 2024
1 parent 69501f6 commit ef7f7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
- amd64
hooks:
# Actually override the release binary.
post: bash -c 'mv -f target/gh-artifacts/{{ .Name }}_{{ .Os }}_{{ .Arch }}/{{ .Name }} {{ .Path }}'
post: bash -c 'mv -f target/gh-artifacts/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .Name }} {{ .Path }}'

universal_binaries:
- replace: true
Expand Down

0 comments on commit ef7f7c2

Please sign in to comment.