From ae8d42fb8271204a2c9ece3c1f6389d10a5728d2 Mon Sep 17 00:00:00 2001 From: 8Mi_Yile Date: Fri, 19 May 2023 21:00:00 +0800 Subject: [PATCH] Fix: update action to support Node 16 (#565) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecc9c8a5..bbf8e721 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,7 +223,7 @@ jobs: working-directory: bin - name: Delete current release assets - uses: andreaswilli/delete-release-assets-action@v2.0.0 + uses: 8Mi-Tech/delete-release-assets-action@main with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: Prerelease-${{ github.ref_name }}