Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne committed Apr 11, 2020
1 parent 9c1676d commit e7cfdbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ builds:
- amd64

# Archive customization
archive:
format: zip
archives:
- format: zip

replacements:
amd64: 64-bits
darwin: macOS
replacements:
amd64: 64-bits
darwin: macOS

files:
- nothing.*
files:
- nothing.*

# GitHub release customization
release:
Expand Down

0 comments on commit e7cfdbd

Please sign in to comment.