Skip to content

Commit 92d506f

Browse files
updated template name for checksums file
1 parent 67205a8 commit 92d506f

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
@@ -36,7 +36,7 @@ archives:
3636
- format: zip
3737
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3838
checksum:
39-
name_template: '{{ .ProjectName }}.{{ .Algorithm }}'
39+
name_template: '{{ .ProjectName }}.{{ .Version }}.sha256'
4040
algorithm: sha256
4141
# split: true
4242
signs:

0 commit comments

Comments
 (0)