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:
arichornlover 2024-06-07 13:21:16 -05:00 committed by GitHub
parent 95477c629f
commit 8ec76cb0f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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