Skip to content

Commit d42fb19

Browse files
committed
Fix .goreleaser.yml
1 parent c3736c9 commit d42fb19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ builds:
1616
- CGO_ENABLED=0
1717
archives:
1818
- name_template: >-
19-
{{- .ProjectName }}_
20-
{{- title .Os }}_
21-
{{ .Arch }}_
22-
{{- if .Arm }}v{{ .Arm }}{{ end -}}
19+
{{- .ProjectName }}_
20+
{{- title .Os }}_
21+
{{ .Arch }}_
22+
{{- if .Arm }}v{{ .Arm }}{{ end -}}
2323
release:
2424
prerelease: auto

0 commit comments

Comments
 (0)