File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@main
1313
14- - name : Checkout RootHide /theos
14+ - name : Checkout theos /theos
1515 uses : actions/checkout@main
1616 with :
17- repository : RootHide /theos
17+ repository : theos /theos
1818 ref : master
1919 submodules : recursive
2020 path : theos
2121
22- - name : Checkout theos /sdks
22+ - name : Checkout aricloverEXTRA /sdks
2323 uses : actions/checkout@main
2424 with :
25- repository : theos /sdks
25+ repository : aricloverEXTRA /sdks
2626 ref : master
27- sparse-checkout : iPhoneOS16 .5.sdk
27+ sparse-checkout : iPhoneOS17 .5.sdk
2828 path : theos/sdks
2929
30- - name : Checkout PoomSmart /YouTubeHeader
30+ - name : Checkout aricloverEXTRA /YouTubeHeader
3131 uses : actions/checkout@main
3232 with :
33- repository : PoomSmart /YouTubeHeader
33+ repository : aricloverEXTRA /YouTubeHeader
3434 ref : main
3535 path : YouTubeHeader
3636
4040 export THEOS=theos
4141 gmake clean package FINALPACKAGE=1
4242 gmake clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
43- gmake clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
4443
4544 - name : Upload a Build Artifact
4645 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments