From 0cc1010fcd60d23a913ed8e34c92644a50682315 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ca1213a5..d34bb0b74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,12 +150,12 @@ jobs: - name: Publish Pre-Release if: env.type == 'release' - uses: "marvinpinto/action-automatic-releases@latest" + uses: softprops/action-gh-release@v2 with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "beta" + name: "Latest Beta Build" + tag_name: "beta" + body: "此版本为测试版,可能存在不稳定情况,升级前请务必备份好数据。" prerelease: true - title: "Latest Beta Build" files: ${{ github.workspace }}/app/build/outputs/apk/*/*/*.apk lanzou: