mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
29 lines
698 B
YAML
29 lines
698 B
YAML
name: mirrorchyan
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
mirrorchyan:
|
|
runs-on: macos-latest
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
os: [win]
|
|
arch: [arm64, x64]
|
|
|
|
steps:
|
|
- id: uploading
|
|
uses: MirrorChyan/uploading-action@v1
|
|
with:
|
|
filetype: latest-release
|
|
filename: "*MAA-*-${{ matrix.os }}-${{ matrix.arch }}.zip"
|
|
mirrorchyan_rid: MAA
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
owner: ${{ github.repository_owner }}
|
|
repo: ${{ github.event.repository.name }}
|
|
upload_token: ${{ secrets.MirrorChyanUploadToken }}
|
|
os: ${{ matrix.os }}
|
|
arch: ${{ matrix.arch }}
|