mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add Soild Explorer
This commit is contained in:
21
.github/workflows/manual-patch.yml
vendored
21
.github/workflows/manual-patch.yml
vendored
@@ -25,6 +25,7 @@ on:
|
||||
- 'Revanced Extended Android 6,7'
|
||||
- 'Revanced Extended Android 5'
|
||||
- 'BiliRoamingM'
|
||||
- 'Scrazzz Patches'
|
||||
- 'Dropped Patches - indrastorms'
|
||||
- 'Revanced Experiments'
|
||||
workflow_call:
|
||||
@@ -351,6 +352,26 @@ jobs:
|
||||
id: release-BiliRoamingM
|
||||
if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_scrazzz_Patches:
|
||||
name: Scrazzz Patches Revanced
|
||||
if: ${{ github.event.inputs.org == 'Scrazzz Patches' || inputs.org == 'Scrazzz Patches' }}
|
||||
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-scrazzz-patches
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-scrazzz-patches
|
||||
if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0'
|
||||
run: bash src/build/scrazzz-revanced.sh
|
||||
- name: Releasing APK files
|
||||
id: release-scrazzz-patches
|
||||
if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_Dropped_Patches:
|
||||
name: Dropped Patches Revanced - indrastorms
|
||||
if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }}
|
||||
|
||||
Reference in New Issue
Block a user