Skip to content

Commit

Permalink
goreleaser: fix archive deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evenh committed May 1, 2019
1 parent ea3c3b2 commit b37451f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@ builds:
goarch: i386
- goos: windows
goarch: arm64
archive:
replacements:
darwin: macOS
linux: Linux
windows: Windows
amd64: x86_64
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md
archives:
- id: distribution
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macOS
linux: Linux
windows: Windows
amd64: x86_64
files:
- LICENSE
- README.md
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit b37451f

Please sign in to comment.