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 ae70d77 commit 21e396aCopy full SHA for 21e396a
.goreleaser.yaml
@@ -25,8 +25,7 @@ builds:
25
26
archives:
27
- formats: binary
28
- name_template: "{{ .Os }}-{{ .Arch }}"
29
-
+ name_template: "{{ .ProjectName }}_{{ .Os }}-{{ .Arch }}"
30
31
# snapshots are used for testing and development purposes
32
# build snapshots with `goreleaser build --snapshot --clean`
0 commit comments