Skip to content

Commit

Permalink
Use consistent goreleaser archive names
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Jul 5, 2023
1 parent 4ebc22d commit 40da373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- if eq .Os "darwin" }}macOS
{{- else if eq .Arch "linux" }}Linux
{{- else if eq .Os "linux" }}Linux
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 40da373

Please sign in to comment.