Skip to content

Commit

Permalink
include version in tarball name
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Apr 4, 2024
1 parent 3b3b14f commit a45b52d
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 @@ -15,6 +15,7 @@ archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit a45b52d

Please sign in to comment.