Skip to content

Commit

Permalink
updated goreleaser to use correct filepath naming.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <[email protected]>
  • Loading branch information
daveshanley committed Jul 7, 2023
1 parent 59a7415 commit b671d17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ builds:
checksum:
name_template: 'checksums.txt'

archives:
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
changelog:
sort: asc
filters:
Expand Down

0 comments on commit b671d17

Please sign in to comment.