diff --git a/.github/workflows/windows_build_wx.yml b/.github/workflows/windows_build_wx.yml index d1988c30e7..b8274c5332 100644 --- a/.github/workflows/windows_build_wx.yml +++ b/.github/workflows/windows_build_wx.yml @@ -85,7 +85,7 @@ jobs: run: | if "${{ inputs.configuration }}"=="CMake" ( call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ steps.cmake.outputs.vcvars }}" - cmake --build build --config Release + cmake --build build --config Release || exit /b cp build/pcsx2/pcsx2* bin/ ) else ( msbuild "PCSX2_suite.sln" /m /v:m /p:Configuration="${{ inputs.configuration }}" /p:Platform="${{ inputs.platform }}"