Skip to content

Commit 1ba15a0

Browse files
committed
Fix name_template
1 parent c0c8049 commit 1ba15a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ builds:
1818
archives:
1919
- name_template: >-
2020
{{ .ProjectName }}_
21-
{{ .Version }}_
21+
{{- .Version }}_
2222
{{- title .Os }}_
2323
{{- if eq .Arch "amd64" }}x86_64
2424
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)