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 77061f4 commit 22a2e1cCopy full SHA for 22a2e1c
deploy/.goreleaser.yaml
@@ -32,7 +32,7 @@ archives:
32
format_overrides:
33
- goos: windows
34
format: zip
35
- name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
+ name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
36
files:
37
- licence*
38
- LICENCE*
0 commit comments