Skip to content

Commit

Permalink
Fix .goreleaser.yml as per new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Jan 21, 2020
1 parent e821fdc commit a0bb1b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ builds:
- darwin
goarch:
- amd64
archive:
replacements:
darwin: Darwin
amd64: x86_64
archives:
- replacements:
darwin: Darwin
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit a0bb1b7

Please sign in to comment.