From 266f057600b481bb3ea23f46c9d0b6ba9f50addb Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:32:01 +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 d34bb0b74..5a3dbadcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,13 +150,13 @@ jobs: - name: Publish Pre-Release if: env.type == 'release' - uses: softprops/action-gh-release@v2 + uses: ncipollo/release-action@v1 with: - name: "Latest Beta Build" - tag_name: "beta" + name: legado_${{ env.product }}_${{ env.VERSION }} + tag: "beta" body: "此版本为测试版,可能存在不稳定情况,升级前请务必备份好数据。" prerelease: true - files: ${{ github.workspace }}/app/build/outputs/apk/*/*/*.apk + artifacts: ${{ github.workspace }}/app/build/outputs/apk/*/*/*.apk lanzou: needs: [ prepare, build ]