mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
Fix: update action to support Node 16 (#565)
This commit is contained in:
parent
89ae640487
commit
ae8d42fb82
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -223,7 +223,7 @@ jobs:
|
|||||||
working-directory: bin
|
working-directory: bin
|
||||||
|
|
||||||
- name: Delete current release assets
|
- name: Delete current release assets
|
||||||
uses: andreaswilli/delete-release-assets-action@v2.0.0
|
uses: 8Mi-Tech/delete-release-assets-action@main
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: Prerelease-${{ github.ref_name }}
|
tag: Prerelease-${{ github.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user