Skip to content

Commit 3451818

Browse files
Update builddeb.yml
1 parent 56edc3d commit 3451818

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/builddeb.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

@@ -40,7 +40,6 @@ jobs:
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

0 commit comments

Comments
 (0)