Skip to content

Commit c308449

Browse files
author
Curtis Gray
committed
Fix desktop deployment error
1 parent 4d27ef2 commit c308449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ try {
3636
# Build Wingman UX
3737
Write-Host "Deploying Wingman Desktop ..."
3838
Push-Location -Path "./ux"
39-
./build-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
39+
./deploy-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
4040
if ($LASTEXITCODE -ne 0) {
4141
throw "Deploying Wingman failed with exit code $LASTEXITCODE"
4242
}

0 commit comments

Comments
 (0)