ci: Don't include d3d and dxc compiler DLLs

This commit is contained in:
Plínio Larrubia 2024-09-16 22:28:34 -03:00
parent 1d1c76277b
commit 40d725a381
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

View File

@ -64,7 +64,7 @@ jobs:
run: |
mkdir upload
move build/shadPS4.exe upload
windeployqt --no-compiler-runtime --dir upload upload/shadPS4.exe
windeployqt --no-compiler-runtime --no-system-d3d-compiler --no-system-dxc-compiler --dir upload upload/shadPS4.exe
- name: Get date and git hash
id: vars