diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 769d864..6a2a345 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -38,8 +38,8 @@ on: type: string upload_artifact: description: "Upload IPA as artifact" - default: false - required: false + default: true + required: true type: boolean create_release: description: "Create a draft release"