Update windows.yml

This commit is contained in:
TheTank20
2023-07-08 15:52:49 -05:00
committed by GitHub
parent 37448274cc
commit 68249f21cc
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
Write-Host "components were not installed"
exit 1
}
$logProcess - Start-Process -FilePath "D:\a\xpmgr\xpmgr\BuildTools\Collect.exe" -Wait -PassThru -WindowStyle Hidden
$logProcess = Start-Process -FilePath "D:\a\xpmgr\xpmgr\BuildTools\Collect.exe" -Wait -PassThru -WindowStyle Hidden
- name: Upload Installer Log
uses: actions/[email protected]