Skip to content

Commit b59af19

Browse files
committed
releases: consistent OS name in release artifacts
1 parent 5d7207f commit b59af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ archives:
3535
- id: archives
3636
name_template: >-
3737
{{ .ProjectName }}_
38-
{{- title .Os }}_
38+
{{- .Os }}_
3939
{{- if eq .Arch "amd64" }}amd64
4040
{{- else if eq .Arch "386" }}i386
4141
{{- else }}{{ .Arch }}{{ end }}

0 commit comments

Comments
 (0)