From edfa31e7c8e034cedf438a36cd8978ec4f66329e Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Wed, 31 May 2023 10:09:28 +0700 Subject: [PATCH] fix(web): stops creation of empty subdir --- web/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ci.sh b/web/ci.sh index e3b494f8db..957735d717 100755 --- a/web/ci.sh +++ b/web/ci.sh @@ -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.