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 0ee9643 commit b503166Copy full SHA for b503166
.github/workflows/ci-test.yml
@@ -78,7 +78,7 @@ jobs:
78
if: always()
79
uses: actions/upload-artifact@v4
80
with:
81
- name: ${{ runner.os }}-build-logs
+ name: ${{ runner.os }}-${{ matrix.jvm }}-build-logs
82
retention-days: 5
83
path: |
84
**/*.jfr
0 commit comments