File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,17 +324,17 @@ jobs:
324324 - name : Upload full json results
325325 uses : actions/upload-artifact@v4
326326 with :
327- name : gnu-full-result.json
327+ name : gnu-full-result
328328 path : ${{ steps.vars.outputs.TEST_FULL_SUMMARY_FILE }}
329329 - name : Upload root json results
330330 uses : actions/upload-artifact@v4
331331 with :
332- name : gnu-root-full-result.json
332+ name : gnu-root-full-result
333333 path : ${{ steps.vars.outputs.TEST_ROOT_FULL_SUMMARY_FILE }}
334334 - name : Upload selinux json results
335335 uses : actions/upload-artifact@v4
336336 with :
337- name : selinux-gnu-full-result.json
337+ name : selinux-gnu-full-result
338338 path : ${{ steps.vars.outputs.TEST_SELINUX_FULL_SUMMARY_FILE }}
339339 - name : Upload selinux root json results
340340 uses : actions/upload-artifact@v4
@@ -344,7 +344,7 @@ jobs:
344344 - name : Upload aggregated json results
345345 uses : actions/upload-artifact@v4
346346 with :
347- name : aggregated-result.json
347+ name : aggregated-result
348348 path : ${{ steps.vars.outputs.AGGREGATED_SUMMARY_FILE }}
349349 - name : Compare test failures VS reference
350350 shell : bash
You can’t perform that action at this time.
0 commit comments