File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
2020 if : ${{ always() }}
2121 with :
22- name : Open Test Reports (${{ github.job.name }})
22+ name : Open Test Reports (${{ github.job }})
2323 path : ' **/build/reports/open-test-report.html'
Original file line number Diff line number Diff line change 6969 - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7070 if : ${{ always() }}
7171 with :
72- name : Open Test Reports (${{ github.job.name }})
72+ name : Open Test Reports (${{ github.job }})
7373 path : ' **/build/reports/open-test-report.html'
7474 openj9 :
7575 strategy :
@@ -110,5 +110,5 @@ jobs:
110110 - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
111111 if : ${{ always() }}
112112 with :
113- name : Open Test Reports (${{ github.job.name }})
113+ name : Open Test Reports (${{ github.job }})
114114 path : ' **/build/reports/open-test-report.html'
You can’t perform that action at this time.
0 commit comments