Update patch.yml

This commit is contained in:
FiorenMas
2023-04-22 11:05:33 +07:00
committed by GitHub
parent af0cfa6354
commit f479fcf37a

View File

@@ -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) 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) 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 rm -rf patches.json
echo "[Change Logs] (https://github.com/revanced/revanced-patches/releases/latest) echo "[Change Log](https://github.com/revanced/revanced-patches/releases/latest)
Download Below :point_down: **Download Below** :point_down:
" > ${{ github.workspace }}-CHANGELOG-rv.txt " > ${{ github.workspace }}-CHANGELOG-rv.txt
echo "[Change Logs] (https://github.com/revanced/revanced-patches/releases/latest) echo "[Change Log](https://github.com/revanced/revanced-patches/releases/latest)
Download Below :point_down: **Download Below** :point_down:
" > ${{ github.workspace }}-CHANGELOG-rve.txt " > ${{ github.workspace }}-CHANGELOG-rve.txt
echo "INFO-YT-RV=Youtube Revanced v${YTRVVERSION}" >> $GITHUB_ENV echo "INFO-YT-RV=Youtube Revanced v${YTRVVERSION}" >> $GITHUB_ENV
echo "INFO-YT-RVE=Youtube Revanced Extended v${YTRVEVERSION}" >> $GITHUB_ENV echo "INFO-YT-RVE=Youtube Revanced Extended v${YTRVEVERSION}" >> $GITHUB_ENV