Skip to content

Update action.yml

Update action.yml #65

Workflow file for this run

name: M9A
on:
push:
paths:
- "action.yml"
- ".github/workflows/M9A.yml"
jobs:
mirrorchyan:
runs-on: macos-latest
steps:
- id: uploading
uses: MirrorChyan/uploading-action@v1
with:
fake_upload: true
filetype: latest-release
filename: "M9A-win-x86_64-*.zip"
pick_files: '["resource", "interface.json"]'
exclude_files: '["*model/ocr/**"]'
mirrorchyan_rid: M9A
owner: MaaXYZ
repo: M9A
github_token: ${{ secrets.GITHUB_TOKEN }}
upload_token: ${{ secrets.MirrorChyanUploadToken }}