Fix goreleaser glob matching

This commit is contained in:
Arturo Filastò 2018-09-27 19:32:31 +02:00
parent 37c7caa1f8
commit 23348f4358

View File

@ -26,7 +26,7 @@ archive:
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- LICENCE.md
- Readme.md
- LICENCE.*
- Readme.*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}