mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Update patch.yml
This commit is contained in:
22
.github/workflows/patch.yml
vendored
22
.github/workflows/patch.yml
vendored
@@ -25,31 +25,15 @@ jobs:
|
|||||||
| cut -d : -f 2,3 \
|
| cut -d : -f 2,3 \
|
||||||
| tr -d \" \
|
| tr -d \" \
|
||||||
| wget -qi -
|
| wget -qi -
|
||||||
YT-RVVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.youtube") | .versions[-1]' patches.json)
|
RVVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.youtube") | .versions[-1]' patches.json)
|
||||||
rm -rf patches.json
|
rm -rf patches.json
|
||||||
|
|
|
||||||
curl -s https://api.github.com/repos/inotia00/revanced-patches/releases/latest \
|
curl -s https://api.github.com/repos/inotia00/revanced-patches/releases/latest \
|
||||||
| grep "browser_download_url.*json" \
|
| grep "browser_download_url.*json" \
|
||||||
| cut -d : -f 2,3 \
|
| cut -d : -f 2,3 \
|
||||||
| tr -d \" \
|
| tr -d \" \
|
||||||
| wget -qi -
|
| wget -qi -
|
||||||
YT-RVEVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.youtube") | .versions[-1]' patches.json)
|
RVEVERSION=$(jq -r '.[] | select(.name == "microg-support") | .compatiblePackages[] | select(.name == "com.google.android.youtube") | .versions[-1]' patches.json)
|
||||||
rm -rf patches.json
|
|
||||||
|
|
|
||||||
curl -s https://api.github.com/repos/revanced/revanced-patches/releases/latest \
|
|
||||||
| grep "browser_download_url.*json" \
|
|
||||||
| cut -d : -f 2,3 \
|
|
||||||
| tr -d \" \
|
|
||||||
| wget -qi -
|
|
||||||
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 \
|
|
||||||
| grep "browser_download_url.*json" \
|
|
||||||
| cut -d : -f 2,3 \
|
|
||||||
| tr -d \" \
|
|
||||||
| wget -qi -
|
|
||||||
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
|
rm -rf patches.json
|
||||||
echo "Download Below :point_down:" > ${{ github.workspace }}-CHANGELOG.txt
|
echo "Download Below :point_down:" > ${{ github.workspace }}-CHANGELOG.txt
|
||||||
echo "INFO-YT-RV=Youtube-Revanced-v${YT-RVVERSION}" >> $GITHUB_ENV
|
echo "INFO-YT-RV=Youtube-Revanced-v${YT-RVVERSION}" >> $GITHUB_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user