Skip to content

Commit

Permalink
Fix artifact naming (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jul 17, 2023
1 parent 04ca1fc commit ca65078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ archives:
format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- .Version }}_
{{- title .Os }}-
{{- if eq .Arch "amd64" }}64bit
{{- else if eq .Arch "386" }}32bit
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit ca65078

Please sign in to comment.