Skip to content

Commit 99c828e

Browse files
committed
Enable automatic alpha devmole publishing
1 parent 1dcaaa6 commit 99c828e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

android/build.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
5050
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
5151
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
5252
elif [[ "$PRODUCT_VERSION" == *"-alpha"* ]]; then
53-
echo "Removing old Rust build artifacts"
54-
GRADLE_TASKS+=(createPlayStagemoleReleaseDistApk)
55-
BUNDLE_TASKS+=(createPlayStagemoleReleaseDistBundle)
56-
PLAY_PUBLISH_TASKS=(publishPlayStagemoleReleaseBundle)
53+
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
54+
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
55+
PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle)
5756
fi
5857
fi
5958

0 commit comments

Comments
 (0)