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{{ name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}' .Arm }}{{ end }}'
files: files:
- LICENCE.md - LICENCE.*
- Readme.md - Readme.*
snapshot: snapshot:
name_template: SNAPSHOT-{{ .Commit }} name_template: SNAPSHOT-{{ .Commit }}