Skip to content

Commit 6a159ce

Browse files
authored
ci: uplolad all platform for mirrorc (#49)
* ci: uplolad all platform for mirrorc * chore: make mirrorchyan multiplatform
1 parent f03bc2b commit 6a159ce

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/mirrorchyan_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [win]
19-
arch: [x86_64]
18+
os: [win, macos, linux]
19+
arch: [aarch64, x86_64]
2020
steps:
2121
- id: uploading
2222
uses: MirrorChyan/uploading-action@v1
2323
with:
2424
filetype: latest-release
25-
filename: "MRA-${{ matrix.os }}-${{ matrix.arch }}-*.zip"
25+
filename: ${{ format('MRA-{0}-{1}-*', matrix.os, matrix.arch) }}
2626
mirrorchyan_rid: MaaJR
2727
tag: ${{ inputs.tag }}
2828

assets/interface.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"github": "https://github.com/Saratoga-Official/MRA",
99
"custom_title": "MRA",
1010
"mirrorchyan_rid": "MaaJR",
11+
"mirrorchyan_multiplatform": true,
1112
"controller": [
1213
{
1314
"name": "安卓端",
@@ -36,4 +37,4 @@
3637
"resource/tasks/刷1-1.json",
3738
"resource/tasks/活动.json"
3839
]
39-
}
40+
}

0 commit comments

Comments
 (0)