add Soild Explorer

This commit is contained in:
Fioren
2025-09-06 01:01:23 +07:00
parent 012432243a
commit 45e8fe72c3
5 changed files with 49 additions and 0 deletions

View File

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