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 c81ed4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/offscreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ 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
build/out.png

0 comments on commit c81ed4d

Please sign in to comment.