mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
fix bug + added beta rve
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -49,6 +49,10 @@ jobs:
|
||||
id: check-rve
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh inotia00/revanced-patches latest youtube-revanced-extended.apk
|
||||
- name: Check new patch Revanced Extended Beta
|
||||
id: check-rve-beta
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
run: bash src/etc/ci.sh inotia00/revanced-patches prerelease youtube-revanced-beta-extended.apk
|
||||
- name: Check new patch Twitter Piko Stable
|
||||
id: check-twitter-piko-stable
|
||||
if: steps.check-gh.outputs.internet_error == '0'
|
||||
@@ -99,6 +103,7 @@ jobs:
|
||||
check_rve_anddea_beta: ${{ steps.check-rve-anddea-beta.outputs.new_patch }}
|
||||
check_rve_rufusin: ${{ steps.check-rve-rufusin.outputs.new_patch }}
|
||||
check_rve: ${{ steps.check-rve.outputs.new_patch }}
|
||||
check_rve_beta: ${{ steps.check-rve-beta.outputs.new_patch }}
|
||||
check_twitter_piko_stable: ${{ steps.check-twitter-piko-stable.outputs.new_patch }}
|
||||
check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||
@@ -153,6 +158,13 @@ jobs:
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced Extended"
|
||||
Patch-Revanced-Extended-Beta:
|
||||
name: Patch Revanced Extended Beta
|
||||
needs: check
|
||||
if: ${{ needs.check.outputs.check_rve_beta == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced Extended Beta"
|
||||
Patch-Twitter-Piko-Stable:
|
||||
name: Patch Twitter Piko Stable
|
||||
needs: check
|
||||
@@ -180,4 +192,4 @@ jobs:
|
||||
if: ${{ needs.check.outputs.check_rve5 == 1 }}
|
||||
uses: ./.github/workflows/manual-patch.yml
|
||||
with:
|
||||
org: "Revanced Extended Android 5"
|
||||
org: "Revanced Extended Android 5"
|
||||
26
.github/workflows/manual-patch.yml
vendored
26
.github/workflows/manual-patch.yml
vendored
@@ -19,11 +19,12 @@ on:
|
||||
- 'All'
|
||||
- 'Revanced'
|
||||
- 'Revanced Beta'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Beta'
|
||||
- 'ReX'
|
||||
- 'RVE-anddea-stable'
|
||||
- 'RVE-anddea-beta'
|
||||
- 'RVE-rufusin'
|
||||
- 'Revanced Extended'
|
||||
- 'Twitter Piko Stable'
|
||||
- 'Twitter Piko Beta'
|
||||
- 'Revanced Extended Android 6,7'
|
||||
@@ -217,6 +218,29 @@ jobs:
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rve.outcome == 'skipped' || steps.release-rve.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
patch_rve_beta:
|
||||
name: Patch Revanced Extended Beta
|
||||
if: ${{ github.event.inputs.org == 'Revanced Extended Beta' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended Beta' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Preparing to patch
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Check github connection
|
||||
id: check-gh-rve-beta
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-rve-beta
|
||||
if: steps.check-gh-rve-beta.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-Extended-Beta.sh
|
||||
- name: Releasing APK files
|
||||
id: release-rve-beta
|
||||
if: steps.check-gh-rve-beta.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rve-beta.outcome == 'skipped' || steps.release-rve-beta.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
patch_twitter_piko_stable:
|
||||
name: Patch Twitter Piko Stable
|
||||
if: ${{ github.event.inputs.org == 'Twitter Piko Stable' || github.event.inputs.org == 'All' || inputs.org == 'Twitter Piko Stable' }}
|
||||
|
||||
Reference in New Issue
Block a user