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 400c1fb commit df0513cCopy full SHA for df0513c
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/upload-artifact@v4
60
if: always()
61
with:
62
- name: quiltcore-java-test-reports
+ name: quiltcore-java-test-reports-${{ matrix.os }}-${{ matrix.java_version }}
63
path: |
64
/home/runner/work/quiltcore-java/quiltcore-java/lib/build/reports/tests/test/
65
overwrite: true
0 commit comments