We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653917 commit ef08511Copy full SHA for ef08511
.goreleaser.yaml
@@ -38,7 +38,7 @@ archives:
38
- app3
39
# this name template makes the OS and Arch compatible with the results of `uname`.
40
name_template: >-
41
- {{ .ProjectName }}_
+ {{ .Binary }}_
42
{{- title .Os }}_
43
{{- if eq .Arch "amd64" }}x86_64
44
{{- else if eq .Arch "386" }}i386
0 commit comments