diff --git a/.github/workflows/pr-windows.yml b/.github/workflows/pr-windows.yml index f61bb0449d..17dde67041 100644 --- a/.github/workflows/pr-windows.yml +++ b/.github/workflows/pr-windows.yml @@ -155,6 +155,13 @@ jobs: --profiling-output cmake-profiling-output --profiling-format google-trace + - name: Upload vcpkg failure logs + if: failure() + uses: actions/upload-artifact@v2 + with: + name: install-x64-linux-dbg-out.log + path: ${{github.workspace}}/vcpkg/buildtrees/spdlog/install-x64-windows-sp-dbg-out.log + - uses: actions/upload-artifact@v3 if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }} with: