diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 86c14b3..c15eb49 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -16,10 +16,8 @@ jobs: java-version: '17' - name: Patch Youtube Revanced & Revanced Extended non-root - run: bash patch-yt.sh + run: bash yt/patch-yt.sh - - name: Patch Youtube Music Revanced & Revanced Extended non-root - run: bash patch-ytm.sh - name: Generate Changelog run: | diff --git a/ks.keystore b/yt/ks.keystore similarity index 100% rename from ks.keystore rename to yt/ks.keystore diff --git a/patch-yt.sh b/yt/patch-yt.sh similarity index 100% rename from patch-yt.sh rename to yt/patch-yt.sh diff --git a/patches-yt.rv b/yt/patches-yt.rv similarity index 100% rename from patches-yt.rv rename to yt/patches-yt.rv diff --git a/patches-yt.rve b/yt/patches-yt.rve similarity index 100% rename from patches-yt.rve rename to yt/patches-yt.rve