Skip to content

Commit 959c8e1

Browse files
committed
fix: include version number in tarballs
1 parent 38e050c commit 959c8e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ archives:
3939
formats: ['zip']
4040
name_template: >-
4141
{{- .ProjectName }}_
42+
{{- .Version }}_
4243
{{- .Os }}_
4344
{{- if eq .Arch "amd64" }}x86_64
4445
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)