From 20f81b1c64f52cd8b55f47257c96f668926654dd Mon Sep 17 00:00:00 2001 From: JoeKF Date: Mon, 1 Apr 2024 11:40:23 -0400 Subject: [PATCH] attempting tab again --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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