mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added ReX
Can patch ReX from now and fix 🐛
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -16,6 +16,9 @@ jobs:
|
||||
- name: Check new patch ReVanced
|
||||
id: check-rv
|
||||
run: bash src/etc/ci.sh ReVanced/revanced-patches youtube-revanced.apk
|
||||
- name: Check new patch ReX
|
||||
id: check-rex
|
||||
run: bash src/etc/ci.sh YT-Advanced/ReX-patches youtube-revanced-extended.apk
|
||||
- name: Check new patch Revanced Extended
|
||||
id: check-rve
|
||||
run: bash src/etc/ci.sh inotia00/revanced-patches youtube-revanced-extended.apk
|
||||
@@ -29,6 +32,7 @@ jobs:
|
||||
uses: gautamkrishnar/keepalive-workflow@v1
|
||||
outputs:
|
||||
check_rv: ${{ steps.check-rv.outputs.new_patch }}
|
||||
check_rex: ${{ steps.check-rex.outputs.new_patch }}
|
||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
||||
@@ -40,6 +44,13 @@ jobs:
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced"
|
||||
Patch-ReX:
|
||||
name: Patch ReX
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rex == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "ReX"
|
||||
Patch-Revanced-Extended:
|
||||
name: Patch Revanced Extended
|
||||
needs: check
|
||||
|
||||
16
.github/workflows/manual-patch.yml
vendored
16
.github/workflows/manual-patch.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
options:
|
||||
- 'All'
|
||||
- 'Revanced'
|
||||
- 'ReX'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Android 6,7'
|
||||
- 'Revanced Extended Android 5'
|
||||
@@ -44,6 +45,21 @@ jobs:
|
||||
repository: ${{ github.repository }}
|
||||
- name: Releasing APK files
|
||||
uses: ./.github/actions/release
|
||||
patch_rex:
|
||||
name: Patch ReX
|
||||
if: ${{ github.event.inputs.org == 'ReX' || github.event.inputs.org == 'All' || inputs.org == 'ReX' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Preparing to patch
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Patch apk
|
||||
run: bash src/build/ReX.sh
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
- name: Releasing APK files
|
||||
uses: ./.github/actions/release
|
||||
patch_rve:
|
||||
name: Patch Revanced Extended
|
||||
if: ${{ github.event.inputs.org == 'Revanced Extended' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended' }}
|
||||
|
||||
Reference in New Issue
Block a user