mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-06 19:59:51 +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
|
||||
catbox_upload:
|
||||
description: "Upload iPA to Catbox.moe (URL)"
|
||||
default: true
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
create_release:
|
||||
description: "Create a draft release (Private)"
|
||||
default: false
|
||||
default: true
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue