fix(release): fix name template variable for goos
This commit is contained in:
parent
bd82ee3148
commit
599abefc0a
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}}-{{ .Goos }}-{{ .Arch }}"
|
name_template: "{{.ProjectName}}-v{{.Version}}-{{ .Os }}-{{ .Arch }}"
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: "windows"
|
- goos: "windows"
|
||||||
formats: ["zip"]
|
formats: ["zip"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue