Skip to content

Commit 2ab8ed6

Browse files
committed
Fix publishBundleToGooglePlay's project property on CI.
1 parent 8501a0a commit 2ab8ed6

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 publishBundleToGooglePlay -PartifactDir android/app/build/outputs/bundle/prodRelease
264+
run: ./gradlew publishBundleToGooglePlay -PartifactDir=android/app/build/outputs/bundle/prodRelease
265265

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

0 commit comments

Comments
 (0)