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 6b580ec commit 4ebc22d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ archives:
{{ .ProjectName }}_
{{- if eq .Os "darwin" }}macOS
{{- else if eq .Arch "linux" }}Linux
{{- else }}{{ .Os }}{{ end }}
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 4ebc22d

Please sign in to comment.