Skip to content

Commit

Permalink
fix: remove version from binary name to easy curl
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Sep 19, 2024
1 parent 35fd982 commit 2493699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ builds:

archives:
- format: binary
name_template: '{{ .Binary }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
name_template: '{{ .Binary }}'

checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_checksums.txt'
Expand Down

0 comments on commit 2493699

Please sign in to comment.