From 0b64741d504140632931238535b86ee5747b80ae Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Fri, 23 Sep 2022 22:34:30 +0700 Subject: [PATCH] the Github action should not remove binary's entitlements... --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 4d40153..12487f1 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -9,7 +9,7 @@ on: uyou_version: description: "The version of uYou" default: "2.1" - required: false + required: true type: string decrypted_youtube_url: description: "The direct URL to the decrypted YouTube ipa" @@ -66,7 +66,7 @@ jobs: - name: Setup Theos Jailed uses: actions/checkout@v3 with: - repository: kabiroberai/theos-jailed + repository: qnblackcat/theos-jailed ref: master path: theos-jailed submodules: recursive