mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added more beta apps, fix bug
This commit is contained in:
11
.github/workflows/manual-patch.yml
vendored
11
.github/workflows/manual-patch.yml
vendored
@@ -68,6 +68,15 @@ jobs:
|
||||
name: Patch Revanced Beta
|
||||
if: ${{ github.event.inputs.org == 'Revanced Beta' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Beta' }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
Include:
|
||||
- org: "Revanced-Beta"
|
||||
run: "1"
|
||||
- org: "Revanced-Beta"
|
||||
run: "2"
|
||||
- org: "Revanced-Beta"
|
||||
run: "3"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
@@ -79,7 +88,7 @@ jobs:
|
||||
- name: Patch apk
|
||||
id: patch-rvb
|
||||
if: steps.check-gh-rvb.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-Beta.sh
|
||||
run: bash src/build/Revanced-Beta-${{ matrix.Include.run }}.sh
|
||||
- name: Releasing APK files
|
||||
if: steps.check-gh-rvb.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
|
||||
Reference in New Issue
Block a user