Removed name template from release
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
45cf5d0e8b
commit
7afa8297db
|
@ -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
|
||||||
|
@ -22,7 +22,6 @@ release:
|
||||||
name: repo
|
name: repo
|
||||||
ids:
|
ids:
|
||||||
- default
|
- default
|
||||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}.tar.gz"
|
|
||||||
mode: keep-existing
|
mode: keep-existing
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue