Skip to content

Commit 45918bd

Browse files
committed
Fix publishing on CI.
1 parent 6228e3a commit 45918bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
262262

263263
- name: Publish release App Bundle to Play Store
264-
run: ./gradlew publishBundle --artifact-dir android/app/build/outputs/bundle/prodRelease
264+
run: ./gradlew publishBundleToGooglePlay
265265

266266
- name: Cleanup secrets
267267
if: always()

0 commit comments

Comments
 (0)