We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06344d6 commit 9810352Copy full SHA for 9810352
1 file changed
.github/workflows/test-windows-game.yml
@@ -196,7 +196,12 @@ jobs:
196
uses: actions/upload-artifact@v4
197
with:
198
name: test-artifacts-game-${{ matrix.graphics-api }}
199
- path: |
200
- tests/local/
201
- crash-dumps/
+ path: tests/local/
+ if-no-files-found: ignore
+ - 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/
207
if-no-files-found: ignore
0 commit comments