Skip to content

Commit 98279f3

Browse files
authored
removes THEOS_PACKAGE_SCHEME flag and adds DEBUG
1 parent 6495b1d commit 98279f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Build Tweak for Sideloading
100100
run: |
101101
cd main
102-
make clean package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless SIDELOADING=1
102+
make clean package DEBUG=0 FINALPACKAGE=1 SIDELOADING=1
103103
mv packages/*.deb ../ytmult.deb
104104
105105
- name: Inject tweak into provided IPA

0 commit comments

Comments
 (0)