From c914c23d9a679566c8fa774b47381761ad55f872 Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Thu, 18 Apr 2024 20:14:17 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91e852f..84ee8f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: | **/*.zip \ No newline at end of file