Fix goreleaser glob matching
This commit is contained in:
parent
37c7caa1f8
commit
23348f4358
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user