mirror of https://github.com/UMSKT/xpmgr.git
Update windows.yml
This commit is contained in:
parent
53b8ac6f93
commit
409338d9c1
|
@ -58,7 +58,13 @@ jobs:
|
|||
Write-Host "components were not installed"
|
||||
exit 1
|
||||
}
|
||||
|
||||
$logProcess - Start-Process -FilePath "D:\a\xpmgr\xpmgr\BuildTools\Collect.exe" -Wait -PassThru -WindowStyle Hidden
|
||||
|
||||
- name: Upload Installer Log
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: installer_log
|
||||
path: "%localappdata%\\Temp\\vslogs.zip"
|
||||
- name: Checkout Source Tree
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in New Issue