mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 08:52:08 +00:00
Update Bool Values 🛠️ (buildapp.yml)
“Upload IPA as artifact” will be off by default, recommended if coming across any DMCA’s in the future. “Create a draft release” will be on by default, recommended for getting your compiled IPA after building.
This commit is contained in:
parent
95477c629f
commit
8ec76cb0f3
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: string
|
||||
upload_artifact:
|
||||
description: "Upload IPA as artifact"
|
||||
default: true
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
create_release:
|
||||
description: "Create a draft release"
|
||||
default: false
|
||||
default: true
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue