mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add Spotjfy anddea
This commit is contained in:
25
.github/workflows/manual-patch.yml
vendored
25
.github/workflows/manual-patch.yml
vendored
@@ -16,7 +16,6 @@ on:
|
||||
options:
|
||||
- 'Revanced'
|
||||
- 'Revanced Beta'
|
||||
- 'Spotjfy'
|
||||
- 'Revanced Extended'
|
||||
- 'Revanced Extended Beta'
|
||||
- 'RVE-anddea-stable'
|
||||
@@ -40,7 +39,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|
||||
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
@@ -63,7 +62,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|
||||
run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
@@ -332,26 +331,6 @@ jobs:
|
||||
id: release-rve5
|
||||
if: steps.check-gh-rve5.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_Spotjfy:
|
||||
name: Patch Spotjfy
|
||||
if: ${{ github.event.inputs.org == 'Spotjfy' || inputs.org == 'Spotjfy' }}
|
||||
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-spotjfy
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-spotjfy
|
||||
if: steps.check-gh-spotjfy.outputs.internet_error == '0'
|
||||
run: bash src/build/Spotjfy.sh
|
||||
- name: Releasing APK files
|
||||
id: release-spotjfy
|
||||
if: steps.check-gh-spotjfy.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
patch_BiliRoamingM:
|
||||
name: Patch BiliRoamingM
|
||||
if: ${{ github.event.inputs.org == 'BiliRoamingM' || inputs.org == 'BiliRoamingM' }}
|
||||
|
||||
Reference in New Issue
Block a user