Skip to content

Commit

Permalink
fix: changed the order of version and os in the released archives
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jul 16, 2023
1 parent 6a20d4f commit 656e9de
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 @@ -21,8 +21,8 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm" }}ARM
Expand Down

0 comments on commit 656e9de

Please sign in to comment.