mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add Spotjfy
add support apkpure
This commit is contained in:
19
.github/workflows/manual-patch.yml
vendored
19
.github/workflows/manual-patch.yml
vendored
@@ -16,6 +16,7 @@ on:
|
||||
options:
|
||||
- 'Revanced'
|
||||
- 'Revanced Beta'
|
||||
- 'Spotjfy'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Beta'
|
||||
- 'RVE-anddea-stable'
|
||||
@@ -311,9 +312,9 @@ jobs:
|
||||
id: release-rve67
|
||||
if: steps.check-gh-rve67.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_rve5:
|
||||
name: Patch RVX Android 5
|
||||
if: ${{ github.event.inputs.org == 'Revanced Extended Android 5' || inputs.org == 'Revanced Extended Android 5' }}
|
||||
patch_Spotjfy:
|
||||
name: Patch Spotjfy
|
||||
if: ${{ github.event.inputs.org == 'Spotjfy' || inputs.org == 'Spotjfy' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -321,15 +322,15 @@ jobs:
|
||||
- name: Preparing to patch
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Check github connection
|
||||
id: check-gh-rve5
|
||||
id: check-gh-spotjfy
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-rve5
|
||||
if: steps.check-gh-rve5.outputs.internet_error == '0'
|
||||
run: bash src/build/Revanced-Extended-Android-5.sh
|
||||
id: patch-spotjfy
|
||||
if: steps.check-gh-spotjfy.outputs.internet_error == '0'
|
||||
run: bash src/build/Spotjfy.sh
|
||||
- name: Releasing APK files
|
||||
id: release-rve5
|
||||
if: steps.check-gh-rve5.outputs.internet_error == '0'
|
||||
id: release-spotjfy
|
||||
if: steps.check-gh-spotjfy.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_BiliRoamingM:
|
||||
name: Patch BiliRoamingM
|
||||
|
||||
Reference in New Issue
Block a user