diff --git a/.github/workflows/windows-x86-x64.yml b/.github/workflows/windows-x86-x64.yml index 70c29e9..e99eeb5 100644 --- a/.github/workflows/windows-x86-x64.yml +++ b/.github/workflows/windows-x86-x64.yml @@ -199,6 +199,9 @@ 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:\ResourceHacker' -Recurse + Get-ChildItem -Path 'C:\UPX' -Recurse + throw "Test" - name: Download ${{matrix.arch}} artifact uses: actions/download-artifact@v4