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 7c6c46e commit fbefff4Copy full SHA for fbefff4
.goreleaser.yaml
@@ -33,7 +33,7 @@ archives:
33
builds:
34
- "graph"
35
format: tar.gz
36
- name_template: "{{ .ProjectName }}_{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
+ name_template: "{{ .ProjectName }}_v{{ .Version}}_{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}{{ .Mips }}{{ .Amd64 }}"
37
format_overrides:
38
- goos: windows
39
format: zip
0 commit comments