Skip to content

Commit 646f21a

Browse files
committed
Fix goreleaser template
1 parent e96746d commit 646f21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ builds:
7878
archives:
7979
- name_template: >-
8080
{{- .ProjectName }}_
81+
{{- title .Os }}_
8182
{{- if eq .Arch "amd64" }}x86_64
8283
{{- else if eq .Arch "386" }}i386
8384
{{- else if eq .Arch "darwin" }}macos

0 commit comments

Comments
 (0)