We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecf2f5 commit 1892676Copy full SHA for 1892676
.goreleaser.yml
@@ -24,7 +24,7 @@ archives:
24
- format: tar.gz
25
# this name template makes the OS and Arch compatible with the results of `uname`
26
name_template: >-
27
- {{ .ProjectName }}_v
+ {{ .ProjectName }}_
28
{{- .Version }}_
29
{{- title .Os }}_
30
{{- if eq .Arch "amd64" }}x86_64
0 commit comments