File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,5 +211,6 @@ jobs:
211211 - name : Trigger MirrorChyanUploading
212212 run : |
213213 gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan
214+ gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note
214215 env :
215216 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 55
66jobs :
77 mirrorchyan :
8+ runs-on : macos-latest
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ os : [win]
13+ arch : [x86_64]
14+ steps :
15+ - id : uploading
16+ uses : MirrorChyan/uploading-action@v1
17+ with :
18+ filetype : latest-release
19+ filename : " MaaJR-${{ matrix.os }}-${{ matrix.arch }}-*.zip"
20+ mirrorchyan_rid : MaaJR
21+
22+ owner : Saratoga-Official
23+ repo : MaaJR
24+ github_token : ${{ secrets.GITHUB_TOKEN }}
25+ upload_token : ${{ secrets.MirrorChyanUploadToken }}
26+ os : ${{ matrix.os }}
27+ arch : ${{ matrix.arch }}
28+
29+ mirrorchyan_res :
830 runs-on : macos-latest
931 steps :
1032 - id : uploading
Original file line number Diff line number Diff line change 1+ name : mirrorchyan_release_note
2+
3+ on :
4+ workflow_dispatch :
5+ release :
6+ types : [edited]
7+
8+ jobs :
9+ mirrorchyan :
10+ runs-on : macos-latest
11+
12+ steps :
13+ - id : uploading
14+ uses : MirrorChyan/release-note-action@v1
15+ with :
16+ mirrorchyan_rid : MaaJR
17+
18+ upload_token : ${{ secrets.MirrorChyanUploadToken }}
19+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments