Skip to content

Commit 76f1b0c

Browse files
ci: MFAA不生成android
1 parent ca31222 commit 76f1b0c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143

144144
# 生成主版本(MFAA 版本)到 install 目录
145145
- name: Install main version (MFAA)
146+
if: matrix.os != 'android'
146147
run: |
147148
python ./tools/install.py ${{ needs.meta.outputs.tag }} ${{ matrix.os }} ${{ matrix.arch }}
148149
# 复制 MFA 文件到 install 目录(重命名可执行文件)
@@ -221,6 +222,7 @@ jobs:
221222
222223
# 上传三个不同的 artifact
223224
- uses: actions/upload-artifact@v4
225+
if: matrix.os != 'android'
224226
with:
225227
name: MRA-${{ matrix.os }}-${{ matrix.arch }}-MFAA
226228
path: "install"

assets/interface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "./LICENSE",
88
"welcome": "./resource/announcement/Announcement.md",
99
"github": "https://github.com/Saratoga-Official/MRA",
10-
"custom_title": "MRA",
10+
"title": "MRA DEBUG_VERSION | 舰R小助手",
1111
"mirrorchyan_rid": "MaaJR",
1212
"mirrorchyan_multiplatform": true,
1313
"controller": [

0 commit comments

Comments
 (0)