ci: Create mirrorchyan_uploading.yml
This commit is contained in:
parent
34de0d90cf
commit
1642a452d0
|
@ -0,0 +1,20 @@
|
||||||
|
name: mirrorchyan_uploading
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
mirrorchyan:
|
||||||
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: MirrorChyan/uploading-action@v1
|
||||||
|
with:
|
||||||
|
filetype: latest-release
|
||||||
|
filename: "DoroHelper.exe"
|
||||||
|
mirrorchyan_rid: full
|
||||||
|
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
owner: 1204244136
|
||||||
|
repo: DoroHelper
|
||||||
|
upload_token: ${{ secrets.MirrorChyanUploadToken }}
|
Loading…
Reference in New Issue