mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
the Github action should not remove binary's entitlements...
This commit is contained in:
parent
34a66bec01
commit
0b64741d50
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue