mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-08-15 06:00:22 +02:00
Update windows.yml
This commit is contained in:
@@ -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/[email protected]
|
||||
with:
|
||||
name: installer_log
|
||||
path: "%localappdata%\\Temp\\vslogs.zip"
|
||||
- name: Checkout Source Tree
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user