Skip to content

Commit

Permalink
fix: add version to release archive (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra committed Apr 22, 2023
1 parent a9c8d6c commit 5d7c36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ archives:
builds:
- copacetic
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
Expand Down

0 comments on commit 5d7c36a

Please sign in to comment.