add Spotjfy anddea

This commit is contained in:
siritami
2025-06-02 01:19:58 +07:00
parent ae425d35f0
commit 8db778ebdb
9 changed files with 48 additions and 37 deletions

View File

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