feat(release): added goos to name template
This commit is contained in:
parent
fe13b9714a
commit
bd82ee3148
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ builds:
|
||||||
# archives
|
# archives
|
||||||
archives:
|
archives:
|
||||||
- formats: ["tar.gz"]
|
- formats: ["tar.gz"]
|
||||||
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Arch }}"
|
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Goos }}-{{ .Arch }}"
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: "windows"
|
- goos: "windows"
|
||||||
formats: ["zip"]
|
formats: ["zip"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue