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