Skip to content

Commit

Permalink
fix: add version to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 14, 2023
1 parent 8a60c53 commit 3a5ed66
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 @@ -24,6 +24,7 @@ archives:
- format: zip
name_template: >-
{{ .ProjectName }}_
{{.Version}}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 3a5ed66

Please sign in to comment.