Skip to content

Commit

Permalink
Fix goreleaser formatting of artifact filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGarman committed Jul 31, 2023
1 parent 7e58dbe commit ce7f07c
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 @@ -25,8 +25,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 ce7f07c

Please sign in to comment.