From 48d65a616d654e1a18a63f7989fa7b0b99413db0 Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:11:39 +0700 Subject: [PATCH] up --- .github/workflows/patch.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index c896f37..3ad66f7 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -16,9 +16,7 @@ jobs: java-version: '17' - - - name: Patch Youtube Music Revanced & Revanced Extended non-root - run: bash ytm/patch-ytm.sh + - name: Generate Changelog run: | @@ -43,7 +41,7 @@ jobs: | cut -d : -f 2,3 \ | tr -d \" \ | wget -qi - - YTM-RVVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.apps.youtube.music") | .versions[-1]' patches.json) + YTM-RVVERSION=$(jq -r '.[] | select(.name == "hide-get-premium") | .compatiblePackages[] | select(.name == "com.google.android.apps.youtube.music") | .versions[-1]' patches.json) rm -rf patches.json curl -s https://api.github.com/repos/inotia00/revanced-patches/releases/latest \ @@ -51,7 +49,7 @@ jobs: | cut -d : -f 2,3 \ | tr -d \" \ | wget -qi - - YTM-RVEVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.apps.youtube.music") | .versions[-1]' patches.json) + YTM-RVEVERSION=$(jq -r '.[] | select(.name == "hide-get-premium") | .compatiblePackages[] | select(.name == "com.google.android.apps.youtube.music") | .versions[-1]' patches.json) rm -rf patches.json echo "Download Below :point_down:" > ${{ github.workspace }}-CHANGELOG.txt