From 512590bc8bed6044894f991419751d0d6a7f0099 Mon Sep 17 00:00:00 2001 From: Aniruddha Adhikary <932949+aniruddha-adhikary@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:42:54 +0800 Subject: [PATCH] chore: update artifact paths --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 427089d..a2c14f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: release/app-release.apk + asset_path: apk/release/composeApp-release.apk asset_name: app-release.apk asset_content_type: application/vnd.android.package-archive