Skip to content

Commit

Permalink
Add missing "end" action in name_template to fix broken macOS binar…
Browse files Browse the repository at this point in the history
…y name
  • Loading branch information
viktigpetterr committed Jun 29, 2023
1 parent c851cb2 commit 2b76b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ archives:
- name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "darwin" }}macOS_
{{- else }}{{ .Os }}_
{{- else }}{{ .Os }}_{{ end }}
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 2b76b00

Please sign in to comment.