Skip to content

Commit

Permalink
goreleaser: name template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 7, 2021
1 parent 35511f3 commit 81d6fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ builds:
- 386
- amd64
archives:
- replacements:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
Expand Down

0 comments on commit 81d6fd1

Please sign in to comment.