mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
update code
This commit is contained in:
16
.github/workflows/manual-patch.yml
vendored
16
.github/workflows/manual-patch.yml
vendored
@@ -56,6 +56,12 @@ jobs:
|
||||
run: "3"
|
||||
- org: "Revanced"
|
||||
run: "4"
|
||||
- org: "Revanced"
|
||||
run: "5"
|
||||
- org: "Revanced"
|
||||
run: "6"
|
||||
- org: "Revanced"
|
||||
run: "7"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
@@ -67,7 +73,7 @@ jobs:
|
||||
- name: Patch apk
|
||||
id: patch-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-${{ matrix.Include.run }}.sh
|
||||
run: bash src/build/Revanced.sh ${{ matrix.Include.run }}
|
||||
- name: Releasing APK files
|
||||
id: release-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
@@ -90,6 +96,12 @@ jobs:
|
||||
run: "3"
|
||||
- org: "Revanced-Beta"
|
||||
run: "4"
|
||||
- org: "Revanced-Beta"
|
||||
run: "5"
|
||||
- org: "Revanced-Beta"
|
||||
run: "6"
|
||||
- org: "Revanced-Beta"
|
||||
run: "7"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
@@ -101,7 +113,7 @@ jobs:
|
||||
- name: Patch apk
|
||||
id: patch-rvb
|
||||
if: steps.check-gh-rvb.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-Beta-${{ matrix.Include.run }}.sh
|
||||
run: bash src/build/Revanced-Beta.sh ${{ matrix.Include.run }}
|
||||
- name: Releasing APK files
|
||||
id: release-rvb
|
||||
if: steps.check-gh-rvb.outputs.internet_error == '0'
|
||||
|
||||
Reference in New Issue
Block a user