remove bilibili

Because it closed source, can't self patch anymore
Update workflow
Change CI to detect new patch file format (.rvp)
This commit is contained in:
Fioren
2024-10-30 01:54:54 +07:00
parent 826dfd2000
commit 12ba4a6271
10 changed files with 17 additions and 105 deletions

View File

@@ -65,9 +65,6 @@ jobs:
id: check-rve5
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 latest youtube-revanced-extended-android-5.apk
- name: Check new patch BiliRoamingX
id: check-BiliRoamingX
if: steps.check-gh.outputs.internet_error == '0'
run: bash src/etc/ci.sh BiliRoamingX/BiliRoamingX latest bilibili-BiliRoamingX.apk
- name: Keep workflow run
if: steps.check-gh.outputs.internet_error == '0'
@@ -185,11 +182,4 @@ jobs:
if: ${{ needs.check.outputs.check_rve5 == 1 }}
uses: ./.github/workflows/manual-patch.yml
with:
org: "Revanced Extended Android 5"
Patch-BiliRoamingX:
name: Patch BiliRoamingX
needs: check
if: ${{ needs.check.outputs.check_BiliRoamingX == 1 }}
uses: ./.github/workflows/manual-patch.yml
with:
org: "BiliRoamingX"
org: "Revanced Extended Android 5"