From eb5d3d344903b484389b1894a5dbf59222e3c0c1 Mon Sep 17 00:00:00 2001 From: katboi01 <59540382+katboi01@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:12:58 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12133151..cd83b694 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,6 +95,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/Build-Android/UmaViewer_Android_Unstable.apk - asset_name: UmaViewer.apk + asset_path: ./build/Build-Android/UmaViewer_Android.apk + asset_name: UmaViewer_Unstable.apk asset_content_type: application/vnd.android.package-archive