fix(web): stops creation of empty subdir

This commit is contained in:
Joshua A. Horton 2023-05-31 10:09:28 +07:00
parent 7621de2608
commit edfa31e7c8

View file

@ -116,7 +116,7 @@ if builder_start_action prepare:s.keyman.com; then
# The main build products are expected to reside at the root of this folder.
BASE_PUBLISH_FOLDER="$S_KEYMAN_COM/kmw/engine/$VERSION"
echo "FOLDER: $BASE_PUBLISH_FOLDER"
mkdir -p "$BASE_PUBLISH_FOLDER/resources"
mkdir -p "$BASE_PUBLISH_FOLDER"
# s.keyman.com - release-config only. It's notably smaller, thus far more favorable
# for distribution via cloud service.