We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131427e commit cc1018aCopy full SHA for cc1018a
.github/workflows/validate.yml
@@ -145,13 +145,11 @@ jobs:
145
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\dxil.dll" -Destination ".\release\dxil.dll"
146
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\UnleashedRecomp.exe" -Destination ".\release\UnleashedRecomp.exe"
147
148
- Compress-Archive -Path .\release\* -DestinationPath .\UnleashedRecomp-Windows.zip
149
-
150
- name: Upload Artifact
151
uses: actions/upload-artifact@v4
152
with:
153
name: UnleashedRecomp-Windows-${{ env.CMAKE_PRESET }}
154
- path: .\UnleashedRecomp-Windows.zip
+ path: .\release
155
156
- name: Upload PDB
157
0 commit comments