From c3b222186b9d0864802ef6b876ef47f7afe790a1 Mon Sep 17 00:00:00 2001 From: birdgg Date: Sun, 30 Apr 2023 22:22:55 +0800 Subject: [PATCH] ci: fix ci --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e48c5..8f535eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,6 @@ jobs: run: | zip -r dist.zip dist - - name: Release - uses: softprops/action-gh-release@v1 + - uses: ncipollo/release-action@v1 with: - files: | - dist.zip + artifacts: "dist.zip"