Skip to content

Commit

Permalink
build: tweak GoReleaser naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjo committed Jul 20, 2020
1 parent 694b932 commit dd49676
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ builds:

archives:
- format: binary
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
name_template: '{{ .ProjectName }}-{{ .Os }}'
replacements:
darwin: macOS
linux: Linux
amd64: x86_64
darwin: macos

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit dd49676

Please sign in to comment.