diff options
Diffstat (limited to 'android/build.sh')
| -rwxr-xr-x | android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.sh b/android/build.sh index 3e63a4ce55..c1c29f55b4 100755 --- a/android/build.sh +++ b/android/build.sh @@ -51,7 +51,7 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then elif [[ "$PRODUCT_VERSION" == *"-alpha"* ]]; then GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk) BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle) - PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle) + PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle publishPlayProdReleaseBundle) fi fi |
