added more beta apps, fix bug

This commit is contained in:
Fioren
2024-03-13 09:36:19 +07:00
parent 5a12b7c50c
commit 8a834ea2ee
7 changed files with 150 additions and 14 deletions

View File

@@ -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