Skip to content

Commit 3204fd0

Browse files
committed
Fix artifact name
1 parent 78d2e72 commit 3204fd0

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
@@ -152,7 +152,7 @@ jobs:
152152
if: (!cancelled())
153153
uses: actions/upload-artifact@v4
154154
with:
155-
name: gradle-test-results-${{ matrix.jdk }}"
155+
name: gradle-test-results-ets
156156
path: "**/build/test-results/**/*.xml"
157157

158158
- name: Upload Gradle reports

0 commit comments

Comments
 (0)