Skip to content

Commit 4e228d3

Browse files
Fixes goreleaser template name.
1 parent 9e08b8d commit 4e228d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ builds:
1818
archives:
1919
- name_template: >-
2020
{{ .ProjectName }}_
21+
{{ .Version }}_
2122
{{- tolower .Os }}_
2223
{{- if eq .Arch "amd64" }}x86_64
2324
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)