Skip to content

Commit

Permalink
ci: version name template (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Jul 31, 2023
1 parent 06dd74a commit a3b9b51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ builds:
- darwin
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit a3b9b51

Please sign in to comment.