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.
publishBundleToGooglePlay
1 parent 8501a0a commit 2ab8ed6Copy full SHA for 2ab8ed6
.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 publishBundleToGooglePlay -PartifactDir android/app/build/outputs/bundle/prodRelease
+ run: ./gradlew publishBundleToGooglePlay -PartifactDir=android/app/build/outputs/bundle/prodRelease
265
266
- name: Cleanup secrets
267
if: always()
0 commit comments