From 5f935c0aef1c91584ed545e45cf1215fb9a7a3f4 Mon Sep 17 00:00:00 2001 From: PTKay Date: Fri, 7 Mar 2025 11:48:52 +0000 Subject: [PATCH] Pass release path to upload-artifact step on Windows builds --- .github/workflows/validate.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 72b07810..9027616d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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