Skip to content

Commit

Permalink
quotation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joevanwanzeeleKF committed Mar 29, 2024
1 parent bf3bd63 commit 24e60bb
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 @@ -35,7 +35,7 @@ builds:
main: './cmd/keyfactor'
hooks:
post:
- cmd: sh -c "echo $(echo -n 'split {{.Target}} '_'; echo -n ' '; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
- cmd: sh -c "echo $(echo -n split {{.Target}} '_'; echo -n ' '; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
dir: './dist'
archives:
- format: zip
Expand Down

0 comments on commit 24e60bb

Please sign in to comment.