File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 - name : Upload diagnostics
5656 uses : actions/upload-artifact@v4
5757 with :
58- name : ci-diagnostics
58+ name : ci-diagnostics-java-${{ matrix.java-version }}
5959 path : out/ci-diagnostics.txt
6060
6161 - name : Full build with stacktrace (capture to file)
6868 - name : Upload build log
6969 uses : actions/upload-artifact@v4
7070 with :
71- name : gradle-build-log
71+ name : gradle-build-log-java-${{ matrix.java-version }}
7272 path : gradle-build.log
7373
7474 - name : Build Kotlin plugin subproject if present
9090 - name : Upload kotlin-subproject/build logs if present
9191 uses : actions/upload-artifact@v4
9292 with :
93- name : kotlin-subproject-logs
93+ name : kotlin-subproject-logs-java-${{ matrix.java-version }}
9494 path : |
9595 kotlin-subproject-build.log
9696 assemble.log
You can’t perform that action at this time.
0 commit comments