Skip to content

Commit

Permalink
.goreleaser.yml: archive => archives
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 21, 2020
1 parent 725e745 commit e279ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -16,8 +16,8 @@ builds:
- amd64
id: registry
# Archive customization
archive:
format: tar.gz
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
Expand Down

0 comments on commit e279ee3

Please sign in to comment.