Skip to content

Commit

Permalink
Uploading crash logs reliably, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 27, 2024
1 parent 873a17d commit f0c0e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: JNI_Crash_Logs_${{ matrix }}
name: JNI_Crash_Logs_${{ matrix.os }}_${{ matrix.java }}
path: |
tests/build/hs_*.log
tests/build/hs_*.mdmp
Expand Down

0 comments on commit f0c0e05

Please sign in to comment.