diff --git a/.goreleaser.yml b/.goreleaser.yml index 58857a6..fa8650d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -35,7 +35,7 @@ builds: main: './cmd/keyfactor' hooks: post: - - cmd: sh -c "echo $(echo -n {{split .Target "_"}}; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt" + - cmd: sh -c "echo $(echo -n -e {{split .Target "_"}}; echo -n -e '\t'; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt" dir: './dist' archives: - format: zip