Skip to content

Commit 16557dd

Browse files
authored
Merge pull request #14128 from keymanapp/maint/web/14121_releasebld
This fixes the Keyman for Web release builds - the script expects to be run from `${KEYMANROOT}/web`.
2 parents 274d894 + 36fb4d3 commit 16557dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/teamcity/web/keyman-web-release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ function _zip_and_upload_artifacts() {
5858

5959
builder_echo start "zip and upload artifacts" "Zipping and uploading artifacts"
6060

61-
cd "${KEYMAN_ROOT}/resources/teamcity/web"
6261
powershell -NonInteractive -ExecutionPolicy Bypass -File zip-and-upload-artifacts.ps1
63-
cd "${KEYMAN_ROOT}/web"
6462

6563
builder_echo end "zip and upload artifacts" success "Finished zipping and uploading artifacts"
6664
}

resources/teamcity/web/zip-and-upload-artifacts.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#
22
# This script should be the identical for nightly/beta/stable for a given platform
33
#
4+
# Working directory should be ${KEYMAN_ROOT}/web
5+
#
46
$ErrorActionPreference = "Stop";
57

68
$tier = Get-Content ..\TIER.md

0 commit comments

Comments
 (0)