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:
|
||||
- ids: [send2gokapi]
|
||||
formats: [tar.gz]
|
||||
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
|
||||
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .OS }}_{{ .Arch }}"
|
||||
files:
|
||||
- LICENSE.txt
|
||||
- README.md
|
||||
|
@ -22,7 +22,6 @@ release:
|
|||
name: repo
|
||||
ids:
|
||||
- default
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}.tar.gz"
|
||||
mode: keep-existing
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue