fix(ci): use correct android release artifact
This commit is contained in:
parent
850e760643
commit
3cd5468ef9
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue