File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,9 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
50
50
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
51
51
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
52
52
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)
57
56
fi
58
57
fi
59
58
You can’t perform that action at this time.
0 commit comments