Skip to content

Commit

Permalink
goreleaser: fix archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Jul 5, 2023
1 parent 55a194f commit 606f7f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ builds:
- windows
archives:
- name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{ .ProjectName }}_{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 606f7f0

Please sign in to comment.