mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-21 05:51:39 +00:00
missing dll in windows-qt ci
This commit is contained in:
parent
a967d891d6
commit
c8e1e9b19c
1
.github/workflows/windows-qt.yml
vendored
1
.github/workflows/windows-qt.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
||||||
mkdir upload
|
mkdir upload
|
||||||
move build/Release/shadps4.exe upload
|
move build/Release/shadps4.exe upload
|
||||||
move build/Release/zlib-ng2.dll upload
|
move build/Release/zlib-ng2.dll upload
|
||||||
|
move build/Release/libwinpthread-1.dll upload
|
||||||
windeployqt --dir upload upload/shadps4.exe
|
windeployqt --dir upload upload/shadps4.exe
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
|
|
Loading…
Reference in a new issue