Skip to content

Commit

Permalink
Change archive option (wrapping directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Nov 7, 2018
1 parent 92610fa commit 906b79f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ archive:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
#linux: Linux
#amd64: x86_64
386: i386
amd64: x86_64
wrap_in_directory: true
format: tar.gz
checksum:
name_template: 'checksums.txt'
Expand All @@ -40,3 +41,5 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch

0 comments on commit 906b79f

Please sign in to comment.