Skip to content

Commit

Permalink
Include version in GoReleaser artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jul 17, 2023
1 parent 971b585 commit 04ca1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ archives:
format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}64bit
{{- else if eq .Arch "386" }}32bit
Expand Down

0 comments on commit 04ca1fc

Please sign in to comment.