Skip to content

Commit 22a2e1c

Browse files
committed
simplify name template
1 parent 77061f4 commit 22a2e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ archives:
3232
format_overrides:
3333
- goos: windows
3434
format: zip
35-
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
35+
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
3636
files:
3737
- licence*
3838
- LICENCE*

0 commit comments

Comments
 (0)