Skip to content

Commit 5354a8f

Browse files
committed
os lower case
1 parent edf8126 commit 5354a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ archives:
2424
# this name template makes the OS and Arch compatible with the results of `uname`.
2525
name_template: >-
2626
{{ .ProjectName }}_
27-
{{- title .Os }}_
27+
{{ .Os }}_
2828
{{- if eq .Arch "amd64" }}x86_64
2929
{{- else if eq .Arch "386" }}i386
3030
{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)