We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccaec9 commit 43a9f3cCopy full SHA for 43a9f3c
1 file changed
.goreleaser.yml
@@ -13,7 +13,7 @@ builds:
13
14
archives:
15
- name_template: >-
16
- {{ .ProjectName }}_
+ {{ .ProjectName }}_{{ .Version }}_
17
{{- title .Os }}_
18
{{- if eq .Arch "amd64" }}x86_64
19
{{- else if eq .Arch "386" }}i386
@@ -42,7 +42,7 @@ nfpms:
42
# note that this is an array of nfpm configs
43
-
44
file_name_template: >-
45
46
47
48
0 commit comments