mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added Revanced Beta
- Can patch and check new patch prerelease github
This commit is contained in:
16
.github/workflows/manual-patch.yml
vendored
16
.github/workflows/manual-patch.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
options:
|
||||
- 'All'
|
||||
- 'Revanced'
|
||||
- 'Revanced Beta'
|
||||
- 'ReX'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Android 6,7'
|
||||
@@ -45,6 +46,21 @@ jobs:
|
||||
repository: ${{ github.repository }}
|
||||
- name: Releasing APK files
|
||||
uses: ./.github/actions/release
|
||||
patch_rv_beta:
|
||||
name: Patch Revanced Beta
|
||||
if: ${{ github.event.inputs.org == 'Revanced Beta' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Beta' }}
|
||||
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/Revanced-Beta.sh
|
||||
env:
|
||||
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' }}
|
||||
|
||||
Reference in New Issue
Block a user