Skip to content

Commit

Permalink
Remove version from filename when building the release #375
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni authored Aug 1, 2022
1 parent b8f0455 commit d366fdf
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 @@ -26,6 +26,7 @@ archives:
windows: Windows
386: i386
amd64: x86_64
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
- README.md
Expand Down

0 comments on commit d366fdf

Please sign in to comment.