Skip to content

Commit 6d5ef50

Browse files
committed
fix: restore release AAB build step in android workflow
1 parent edc9f8e commit 6d5ef50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ jobs:
168168
echo "version_name=$VERSION_NAME" >> "$GITHUB_OUTPUT"
169169
echo "version_code=$VERSION_CODE" >> "$GITHUB_OUTPUT"
170170
echo "App version: $VERSION_NAME (code $VERSION_CODE)"
171+
172+
- name: Build release AAB (signed)
171173
if: steps.keystore.outputs.keystore_file != ''
172174
env:
173175
KEYSTORE_PATH: ${{ steps.keystore.outputs.keystore_file }}

0 commit comments

Comments
 (0)