We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f99cf9 commit b52aa72Copy full SHA for b52aa72
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
if: (!cancelled())
50
uses: actions/upload-artifact@v4
51
with:
52
- name: gradle-test-results-${{ matrix.jdk }}"
+ name: gradle-test-results-${{ matrix.jdk }}
53
path: "**/build/test-results/**/*.xml"
54
55
- name: Upload Gradle reports
0 commit comments