From 2cc281be108b7f586349ba5ae9ac740266ee22a1 Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:49:47 +0700 Subject: [PATCH] Update patch.yml --- .github/workflows/patch.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index f8a8b46..987051f 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -15,8 +15,7 @@ jobs: distribution: 'zulu' java-version: '17' - - name: Patch Youtube Revanced & Revanced Extended non-root - run: bash yt/patch-yt.sh + - name: Patch Youtube Music Revanced & Revanced Extended non-root run: bash ytm/patch-ytm.sh @@ -98,7 +97,7 @@ jobs: - name: Release Youtube Music Revanced uses: softprops/action-gh-release@v1 with: - files: yt-revanced.apk + files: ytm-revanced.apk name: ${{ env.INFO-YTM-RV }} tag_name: YT-Revanced body_path: ${{ github.workspace }}-CHANGELOG.txt @@ -108,7 +107,7 @@ jobs: - name: Release Youtube Music Revanced Extended uses: softprops/action-gh-release@v1 with: - files: yt-revanced-extended.apk + files: ytm-revanced-extended.apk name: ${{ env.INFO-YTM-RVE }} tag_name: YT-Revanced-Extended body_path: ${{ github.workspace }}-CHANGELOG.txt