diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9f11196..51b9345 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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/upload-artifact@v3.1.2