Skip to content

Commit

Permalink
Make better release archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Jun 17, 2023
1 parent 3022b31 commit 033d05a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ builds:
- amd64
- arm64
archives:
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
- wrap_in_directory: true
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 033d05a

Please sign in to comment.