Skip to content

Commit 9810352

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

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

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

0 commit comments

Comments
 (0)