Skip to content

Commit

Permalink
Add out.png to test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Apr 8, 2024
1 parent 9d30f80 commit 07f17be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/offscreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Test Results(${{ matrix.os }})
path: |
build/Testing/Temporary/LastTest.log
build/Testing/Temporary/LastTest.log
out.png

0 comments on commit 07f17be

Please sign in to comment.