Skip to content

Commit

Permalink
giving up trying to insert tab
Browse files Browse the repository at this point in the history
  • Loading branch information
joevanwanzeeleKF committed Apr 1, 2024
1 parent ccfdc89 commit 7dca349
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 -e ':\t'; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
- cmd: sh -c "echo $(echo -n {{split .Target "_"}}; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
dir: './dist'
archives:
- format: zip
Expand Down

0 comments on commit 7dca349

Please sign in to comment.