From a676127ad87dc1957ebf9cfa006f6e8075fc4bb7 Mon Sep 17 00:00:00 2001 From: Hny0305Lin <1553809191@qq.com> Date: Mon, 1 Jul 2024 07:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95AndroidSign=E6=96=B0=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/androidsign.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/androidsign.yml b/.github/workflows/androidsign.yml index fd41606..95e3dfb 100644 --- a/.github/workflows/androidsign.yml +++ b/.github/workflows/androidsign.yml @@ -38,9 +38,11 @@ jobs: env: BUILD_TOOLS_VERSION: "34.0.0" + - name: Release Ready + run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NLChat_$GITHUB_REF_NAME.apk + - name: Release uses: ncipollo/release-action@v1 - run: mv ${{steps.sign_app.outputs.signedReleaseFile}} NLChat_$GITHUB_REF_NAME.apk with: artifacts: "*.apk" token: ${{ github.token }}