fix(ci): use correct android release artifact

This commit is contained in:
DIYgod 2026-04-14 13:50:58 +08:00
parent 850e760643
commit 3cd5468ef9
1 changed files with 1 additions and 2 deletions

View File

@ -135,5 +135,4 @@ jobs:
prerelease: true
tag_name: mobile/v${{ steps.version.outputs.APP_VERSION }}
body_path: ${{ steps.release_notes.outputs.body_path }}
# .aab cannot be installed directly on your Android Emulator or device.
files: ${{ github.workspace }}/build.apk
files: ${{ format('{0}/build.{1}', github.workspace, github.event.inputs.profile == 'production' && 'aab' || 'apk') }}