mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
added BiliRoamingM
This commit is contained in:
24
.github/workflows/manual-patch.yml
vendored
24
.github/workflows/manual-patch.yml
vendored
@@ -27,6 +27,7 @@ on:
|
||||
- 'Twitter Piko Beta'
|
||||
- 'Revanced Extended Android 6,7'
|
||||
- 'Revanced Extended Android 5'
|
||||
- 'BiliRoamingM'
|
||||
- 'Dropped Patches - indrastorms'
|
||||
retry_count:
|
||||
description: 'Do not change value below'
|
||||
@@ -309,6 +310,29 @@ jobs:
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-rve5.outcome == 'skipped' || steps.release-rve5.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
patch_BiliRoamingM:
|
||||
name: Patch BiliRoamingM
|
||||
if: ${{ github.event.inputs.org == 'BiliRoamingM' || inputs.org == 'BiliRoamingM' }}
|
||||
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-BiliRoamingM
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-BiliRoamingM
|
||||
if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0'
|
||||
run: bash src/build/BiliRoamingM.sh
|
||||
- name: Releasing APK files
|
||||
id: release-BiliRoamingM
|
||||
if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
- name: Re-run workflow if github connection not stable
|
||||
if: always() && steps.patch-BiliRoamingM.outcome == 'skipped' || steps.release-BiliRoamingM.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||
uses: ./.github/actions/re-run
|
||||
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