mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-17 01:42:25 +00:00
Change default values for catbox_upload and create_release (#695)
Since catbox is deafult, the first time users might not see this and might run it and have a failed build. So changing the default value and set to draft release
This commit is contained in:
parent
bb52c2708b
commit
6ae72c9e87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -38,12 +38,12 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
catbox_upload:
|
catbox_upload:
|
||||||
description: "Upload iPA to Catbox.moe (URL)"
|
description: "Upload iPA to Catbox.moe (URL)"
|
||||||
default: true
|
default: false
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
create_release:
|
create_release:
|
||||||
description: "Create a draft release (Private)"
|
description: "Create a draft release (Private)"
|
||||||
default: false
|
default: true
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue