From 07f17be2d6c385a4a662b291386208f4ebada7a5 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 7 Apr 2024 21:18:50 -0400 Subject: [PATCH] Add out.png to test artifacts --- .github/workflows/offscreen.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/offscreen.yml b/.github/workflows/offscreen.yml index b184689..fbeb9d5 100644 --- a/.github/workflows/offscreen.yml +++ b/.github/workflows/offscreen.yml @@ -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 \ No newline at end of file + build/Testing/Temporary/LastTest.log + out.png + \ No newline at end of file