Fixed incorrect placeholder in archives
Some checks failed
Build and Release / release (push) Failing after 2m8s
Some checks failed
Build and Release / release (push) Failing after 2m8s
This commit is contained in:
parent
7afa8297db
commit
2a4ddfa34e
|
@ -11,7 +11,7 @@ builds:
|
||||||
archives:
|
archives:
|
||||||
- ids: [send2gokapi]
|
- ids: [send2gokapi]
|
||||||
formats: [tar.gz]
|
formats: [tar.gz]
|
||||||
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .OS }}_{{ .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
|
||||||
files:
|
files:
|
||||||
- LICENSE.txt
|
- LICENSE.txt
|
||||||
- README.md
|
- README.md
|
||||||
|
|
Loading…
Reference in a new issue