diff --git a/hack/ci/windows.ps1 b/hack/ci/windows.ps1 index c2c937f4cb..8f8b9192bd 100644 --- a/hack/ci/windows.ps1 +++ b/hack/ci/windows.ps1 @@ -409,7 +409,7 @@ Try { # Redirect to a temporary location. $TEMPORIG=$env:TEMP $env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH" - $env:LOCALAPPDATA="$TEMP\localappdata" + $env:LOCALAPPDATA="$env:TEMP\localappdata" $errorActionPreference='Stop' New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null