Skip to content

Commit

Permalink
internal: update pr-windows.yml (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Apr 21, 2024
1 parent eebd925 commit ee86f22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee86f22

Please sign in to comment.