Skip to content

Commit bf3bd63

Browse files
changed prop to .Target from .Goos and .Goarch
1 parent 3fcb9e7 commit bf3bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ builds:
3535
main: './cmd/keyfactor'
3636
hooks:
3737
post:
38-
- cmd: sh -c "echo $(echo -n '{{.Goos}} {{.Goarch}} {{.Binary}}; echo -n ' '; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
38+
- cmd: sh -c "echo $(echo -n 'split {{.Target}} '_'; echo -n ' '; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
3939
dir: './dist'
4040
archives:
4141
- format: zip

0 commit comments

Comments
 (0)