Skip to content

Commit

Permalink
Merge pull request #661 from SAP/fix_releaser
Browse files Browse the repository at this point in the history
fix goreleaser
  • Loading branch information
ShimiT authored Jan 19, 2020
2 parents 1e8f46b + a67e966 commit 17c5720
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ builds:
binary: mbt
env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
format: tar.gz
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
format: tar.gz
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
dist: dist
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 17c5720

Please sign in to comment.