Skip to content

Commit

Permalink
Update goreleaset to use new archives format
Browse files Browse the repository at this point in the history
  • Loading branch information
issmirnov committed Sep 15, 2019
1 parent f65c27c commit cbbecb3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ build:
- linux
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
amd64: 64-bit
386: 32-bit
darwin: MacOS
linux: Linux
files:
- c.yml
- README.md
- LICENSE
archives:
- id: main
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
amd64: 64-bit
386: 32-bit
darwin: MacOS
linux: Linux
files:
- c.yml
- README.md
- LICENSE

0 comments on commit cbbecb3

Please sign in to comment.