Skip to content

Commit

Permalink
Update .goreleaser.yml to remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jun 1, 2019
1 parent 862e14f commit 051e4de
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ builds:
goarch:
- amd64

archive:
files:
- README.md
- LICENSE.md
format_overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
386: x86
darwin: macos
wrap_in_directory: true
archives:
- files:
- README.md
- LICENSE.md
format_overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
386: x86
darwin: macos
wrap_in_directory: true

0 comments on commit 051e4de

Please sign in to comment.