mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
fix lastest rve
This commit is contained in:
21
.github/workflows/manual-patch.yml
vendored
21
.github/workflows/manual-patch.yml
vendored
@@ -18,7 +18,6 @@ on:
|
||||
- 'Revanced Beta'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Beta'
|
||||
- 'Revanced Extended Reddit'
|
||||
- 'RVE-anddea-stable'
|
||||
- 'RVE-anddea-beta'
|
||||
- 'Twitter Piko Stable'
|
||||
@@ -172,26 +171,6 @@ jobs:
|
||||
id: release-rve-beta
|
||||
if: steps.check-gh-rve-beta.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_rve_reddit:
|
||||
name: Patch Revanced Extended Reddit
|
||||
if: ${{ github.event.inputs.org == 'Revanced Extended Reddit' || inputs.org == 'Revanced Extended Reddit' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
- name: Preparing to patch
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Check github connection
|
||||
id: check-gh-rve-reddit
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-rve-reddit
|
||||
if: steps.check-gh-rve-reddit.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-Extended-Reddit.sh
|
||||
- name: Releasing APK files
|
||||
id: release-rve-reddit
|
||||
if: steps.check-gh-rve-reddit.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_twitter_piko_stable:
|
||||
name: Patch Twitter Piko Stable
|
||||
if: ${{ github.event.inputs.org == 'Twitter Piko Stable' || inputs.org == 'Twitter Piko Stable' }}
|
||||
|
||||
Reference in New Issue
Block a user