mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 05:23:14 +08:00
[Chore]调试workflows
This commit is contained in:
parent
028ecb70c5
commit
5a7b9bdf45
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…
Reference in New Issue
Block a user