Skip to content

Commit 8a11e4e

Browse files
committed
Remove title cashing
1 parent 8e1445a commit 8a11e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ archives:
1818
# this name template makes the OS and Arch compatible with the results of uname.
1919
name_template: >-
2020
{{ .ProjectName }}_
21-
{{- title .Os }}_
21+
{{- .Os }}_
2222
{{- if eq .Arch "amd64" }}x86_64
2323
{{- else if eq .Arch "386" }}i386
2424
{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)