Skip to content

Commit

Permalink
fix: fixed archive release names
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jul 16, 2023
1 parent 27cef05 commit 1462b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ archives:
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- .Version }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm" }}ARM
Expand Down

0 comments on commit 1462b90

Please sign in to comment.