Skip to content

Commit

Permalink
Rename mac and x86_32 archives
Browse files Browse the repository at this point in the history
  • Loading branch information
llorllale committed Jun 22, 2019
1 parent f01f859 commit 491757f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ builds:
- amd64
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
darwin: osx
386: x86_32
amd64: x86_64
release:
name_template: "{{.Tag}}"
Expand Down

0 comments on commit 491757f

Please sign in to comment.