We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6228e3a commit 45918bdCopy full SHA for 45918bd
.github/workflows/android.yml
@@ -261,7 +261,7 @@ jobs:
261
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
262
263
- name: Publish release App Bundle to Play Store
264
- run: ./gradlew publishBundle --artifact-dir android/app/build/outputs/bundle/prodRelease
+ run: ./gradlew publishBundleToGooglePlay
265
266
- name: Cleanup secrets
267
if: always()
0 commit comments