Skip to content

Commit c81ed4d

Browse files
committed
Add out.png to test artifacts
1 parent 9d30f80 commit c81ed4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/offscreen.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
run: ctest -C ${{env.BUILD_TYPE}}
5858

5959
- name: Upload Test Results
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
if: ${{ always() }}
6262
with:
6363
name: Test Results(${{ matrix.os }})
6464
path: |
65-
build/Testing/Temporary/LastTest.log
65+
build/Testing/Temporary/LastTest.log
66+
build/out.png

0 commit comments

Comments
 (0)