diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index 7c0ce0b23..78ab2171a 100644 --- a/.github/workflows/windows-qt.yml +++ b/.github/workflows/windows-qt.yml @@ -44,11 +44,11 @@ jobs: run: | mkdir upload move build/Release/shadPS4.exe upload - move build/Release/zlib-ng.dll upload + move build/Release/zlib-ng2.dll upload windeployqt --dir upload upload/shadPS4.exe - name: Upload executable uses: actions/upload-artifact@v4 with: name: shadps4-win64-qt - path: upload \ No newline at end of file + path: upload