summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/android/build.sh b/android/build.sh
index ab1860fe4a..05337e21ac 100755
--- a/android/build.sh
+++ b/android/build.sh
@@ -50,10 +50,9 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
elif [[ "$PRODUCT_VERSION" == *"-alpha"* ]]; then
- echo "Removing old Rust build artifacts"
- GRADLE_TASKS+=(createPlayStagemoleReleaseDistApk)
- BUNDLE_TASKS+=(createPlayStagemoleReleaseDistBundle)
- PLAY_PUBLISH_TASKS=(publishPlayStagemoleReleaseBundle)
+ GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
+ BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
+ PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle)
fi
fi