From 1c802562ec08ef8e3ad213cc436bfa2b3762f071 Mon Sep 17 00:00:00 2001 From: OldGodShen <2415479434@qq.com> Date: Fri, 7 Jun 2024 01:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=8A=E4=BC=A0ap?= =?UTF-8?q?k=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index e42137c..ba9fb36 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -117,6 +117,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-aligned.apk + asset_path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-signed.apk asset_name: xyyinfoquery_${{ env.VERSION }}_universal.apk asset_content_type: application/vnd.android.package-archive