diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index 12722cd5..0bf2da9f 100644 --- a/.github/workflows/windows-qt.yml +++ b/.github/workflows/windows-qt.yml @@ -45,7 +45,6 @@ jobs: mkdir upload move build/Release/shadps4.exe upload move build/Release/zlib-ng2.dll upload - move build/Release/libwinpthread-1.dll upload windeployqt --dir upload upload/shadps4.exe - name: Upload executable diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fba4626a..6aaa3750 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,5 +37,4 @@ jobs: # A file, directory or wildcard pattern that describes what to upload path: | ${{github.workspace}}/build/Release/shadps4.exe - ${{github.workspace}}/build/Release/SDL3.dll - ${{github.workspace}}/build/Release/libwinpthread-1.dll \ No newline at end of file + ${{github.workspace}}/build/Release/SDL3.dll \ No newline at end of file