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:
|
||||
- ids: [send2gokapi]
|
||||
formats: [tar.gz]
|
||||
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .OS }}_{{ .Arch }}"
|
||||
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- LICENSE.txt
|
||||
- README.md
|
||||
|
|
Loading…
Reference in a new issue