Pass release path to upload-artifact step on Windows builds (#1151)
Some checks failed
validate-internal / build (push) Failing after 7s

This commit is contained in:
João Moura 2025-03-10 12:18:37 +00:00 committed by GitHub
parent 131427e017
commit cc1018a8fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,13 +145,11 @@ jobs:
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\dxil.dll" -Destination ".\release\dxil.dll"
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\UnleashedRecomp.exe" -Destination ".\release\UnleashedRecomp.exe"
Compress-Archive -Path .\release\* -DestinationPath .\UnleashedRecomp-Windows.zip
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: UnleashedRecomp-Windows-${{ env.CMAKE_PRESET }}
path: .\UnleashedRecomp-Windows.zip
path: .\release
- name: Upload PDB
uses: actions/upload-artifact@v4