Skip to content

Commit

Permalink
Fix breaking change in goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilingerslev committed Feb 4, 2020
1 parent b29cecc commit 50858a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ builds:
ldflags:
- "-s -w -X main.version={{.Version}}"

archive:
format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: darwin
linux: linux
windows: windows
"386": i386
archives:
- format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: darwin
linux: linux
windows: windows
"386": i386

checksum:
name_template: "{{ .ProjectName }}-checksums.txt"
Expand Down

0 comments on commit 50858a0

Please sign in to comment.