Skip to content

Commit b52aa72

Browse files
committed
Remove extra quote
1 parent 4f99cf9 commit b52aa72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: (!cancelled())
5050
uses: actions/upload-artifact@v4
5151
with:
52-
name: gradle-test-results-${{ matrix.jdk }}"
52+
name: gradle-test-results-${{ matrix.jdk }}
5353
path: "**/build/test-results/**/*.xml"
5454

5555
- name: Upload Gradle reports

0 commit comments

Comments
 (0)