Skip to content

Commit cf9456a

Browse files
committed
ci: split crash-dumps into separate artifact so test images have consistent paths
1 parent df26fdb commit cf9456a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test-windows-game.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,12 @@ jobs:
194194
uses: actions/upload-artifact@v4
195195
with:
196196
name: test-artifacts-game-${{ matrix.graphics-api }}
197-
path: |
198-
tests/local/
199-
crash-dumps/
197+
path: tests/local/
198+
if-no-files-found: ignore
199+
- name: Upload crash dumps
200+
if: always()
201+
uses: actions/upload-artifact@v4
202+
with:
203+
name: crash-dumps-game-${{ matrix.graphics-api }}
204+
path: crash-dumps/
200205
if-no-files-found: ignore

0 commit comments

Comments
 (0)