From 409338d9c1cb8b30fdc254294e7728c1e5eae557 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 8 Jul 2023 15:29:09 -0500 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 80af5ac..91f35eb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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