the Github action should not remove binary's entitlements...

This commit is contained in:
qnblackcat
2022-09-23 22:34:30 +07:00
parent 34a66bec01
commit 0b64741d50
+2 -2
View File
@@ -9,7 +9,7 @@ on:
uyou_version: uyou_version:
description: "The version of uYou" description: "The version of uYou"
default: "2.1" default: "2.1"
required: false required: true
type: string type: string
decrypted_youtube_url: decrypted_youtube_url:
description: "The direct URL to the decrypted YouTube ipa" description: "The direct URL to the decrypted YouTube ipa"
@@ -66,7 +66,7 @@ jobs:
- name: Setup Theos Jailed - name: Setup Theos Jailed
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: kabiroberai/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master
path: theos-jailed path: theos-jailed
submodules: recursive submodules: recursive