Skip to content

Commit

Permalink
goreleaser: include version
Browse files Browse the repository at this point in the history
Fixes #268
  • Loading branch information
birdayz committed Jul 5, 2023
1 parent d6ab36a commit 55a194f
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 @@ -20,6 +20,7 @@ builds:
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 55a194f

Please sign in to comment.