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{{
|
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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user