mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-09 10:49:35 +08:00
[Chore]调试workflows
This commit is contained in:
parent
e48fb89502
commit
313606f704
18
.github/workflows/delete.yaml
vendored
Normal file
18
.github/workflows/delete.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Delete Release Assets
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
deleteReleaseAssets:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Delete current release assets
|
||||
uses: andreaswilli/delete-release-assets-action@<version>
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# tagPrefix: v
|
||||
tag: alpha
|
Loading…
x
Reference in New Issue
Block a user