Skip to content

Commit 6610e66

Browse files
authored
Merge pull request #7477 from sylvestre/selinux4
github: fix the name - it is reference/aggregated-result.json/aggregated-result.json otherwise
2 parents e687a65 + 340fafb commit 6610e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/GnuTests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)