From f479fcf37a4f503fe64811b47260e61f762b28ac Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:05:33 +0700 Subject: [PATCH] Update patch.yml --- .github/workflows/patch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 20ef4f5..6b1dd99 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -46,11 +46,11 @@ jobs: YTMRVVERSION=$(jq -r '.[] | select(.name == "hide-get-premium") | .compatiblePackages[] | select(.name == "com.google.android.apps.youtube.music") | .versions[-1]' patches.json) YTMRVEVERSION=$(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 "[Change Logs] (https://github.com/revanced/revanced-patches/releases/latest) - Download Below :point_down: + echo "[Change Log](https://github.com/revanced/revanced-patches/releases/latest) + **Download Below** :point_down: " > ${{ github.workspace }}-CHANGELOG-rv.txt - echo "[Change Logs] (https://github.com/revanced/revanced-patches/releases/latest) - Download Below :point_down: + echo "[Change Log](https://github.com/revanced/revanced-patches/releases/latest) + **Download Below** :point_down: " > ${{ github.workspace }}-CHANGELOG-rve.txt echo "INFO-YT-RV=Youtube Revanced v${YTRVVERSION}" >> $GITHUB_ENV echo "INFO-YT-RVE=Youtube Revanced Extended v${YTRVEVERSION}" >> $GITHUB_ENV