From df8b19616cb3a647ce7d678829751de9b975211f Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:19:28 +0700 Subject: [PATCH] Update patch.yml --- .github/workflows/patch.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 8e90c6c..86c14b3 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -15,8 +15,11 @@ jobs: distribution: 'zulu' java-version: '17' - - name: Patch Revanced & Revanced Extended non-root - run: bash patch.sh + - name: Patch Youtube Revanced & Revanced Extended non-root + run: bash patch-yt.sh + + - name: Patch Youtube Music Revanced & Revanced Extended non-root + run: bash patch-ytm.sh - name: Generate Changelog run: | @@ -54,7 +57,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Release Revanced + - name: Release Youtube Revanced uses: softprops/action-gh-release@v1 with: files: yt-revanced.apk @@ -64,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Release Revanced Extended + - name: Release Youtube Revanced Extended uses: softprops/action-gh-release@v1 with: files: yt-revanced-extended.apk