Skip to content

Commit

Permalink
moving hook to post instead of pre
Browse files Browse the repository at this point in the history
  • Loading branch information
joevanwanzeeleKF committed Mar 28, 2024
1 parent e3f9f6b commit 8cfffd7
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 @@ -34,7 +34,7 @@ builds:
id: "keyfactor"
main: './cmd/keyfactor'
hooks:
pre:
post:
- cmd: sh -c "echo $(echo -n {{.Target}}; echo -n ' '; sha256sum {{.Name}}) >> ${ env.BUILD_ARTIFACT_DIR }/vault_binary_checksums.txt"
archives:
- format: zip
Expand Down

0 comments on commit 8cfffd7

Please sign in to comment.