Skip to content

Commit

Permalink
Update goreleaser with appropriate naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Aug 24, 2023
1 parent 2baccd0 commit ded7bf4
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 @@ -19,6 +19,7 @@ archives:
- id: foo
name_template: >-
{{- .ProjectName }}_
{{- .Version }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit ded7bf4

Please sign in to comment.