Skip to content

Commit

Permalink
Fix goreleaser name template
Browse files Browse the repository at this point in the history
  • Loading branch information
k-awata committed Oct 23, 2024
1 parent f8264a6 commit f2ae015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
Expand Down

0 comments on commit f2ae015

Please sign in to comment.