We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e60bb commit 8eed114Copy full SHA for 8eed114
.goreleaser.yml
@@ -35,7 +35,7 @@ builds:
35
main: './cmd/keyfactor'
36
hooks:
37
post:
38
- - 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 ' \t'; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
39
dir: './dist'
40
archives:
41
- format: zip
0 commit comments