File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments