mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 11:15:14 +02:00
Update windows-x86-x64.yml
This commit is contained in:
2
.github/workflows/windows-x86-x64.yml
vendored
2
.github/workflows/windows-x86-x64.yml
vendored
@@ -199,6 +199,8 @@ jobs:
|
||||
Write-Host Adding environment variables...
|
||||
$env:PATH = 'C:\ResourceHacker;' + 'C:\UPX\upx-5.0.2-win64;' + $env:PATH
|
||||
[Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine)
|
||||
Get-ChildItem -Path 'C:\UPX' -Recurse
|
||||
throw "Test"
|
||||
|
||||
- name: Download ${{matrix.arch}} artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user