Skip to content

Commit

Permalink
Fix goreleaser syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Mar 7, 2020
1 parent d6eb2aa commit 2365919
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ builds:
- darwin
- linux
- windows
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 2365919

Please sign in to comment.