Skip to content

Commit f1c42b6

Browse files
MOBILE-293 : Corrected build
1 parent ade1291 commit f1c42b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firebase_app_distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: chmod +x ./gradlew
3131
- name: Build release APK
3232
run: |
33-
./gradlew assembleRelease \
33+
./gradlew bundleRelease \
3434
-PVERSION_CODE=${{ github.event.inputs.versionCode }} \
3535
-PVERSION_NAME=${{ github.event.inputs.versionName }}
3636
env:

0 commit comments

Comments
 (0)