From 340fafb870e2af11d7fd4e4dff8a54362c763e20 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 17 Mar 2025 22:38:06 +0100 Subject: [PATCH] github: fix the name - it is reference/aggregated-result.json/aggregated-result.json otherwise --- .github/workflows/GnuTests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index ebf0d1f9c..2860c0a77 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -324,17 +324,17 @@ jobs: - name: Upload full json results uses: actions/upload-artifact@v4 with: - name: gnu-full-result.json + name: gnu-full-result path: ${{ steps.vars.outputs.TEST_FULL_SUMMARY_FILE }} - name: Upload root json results uses: actions/upload-artifact@v4 with: - name: gnu-root-full-result.json + name: gnu-root-full-result path: ${{ steps.vars.outputs.TEST_ROOT_FULL_SUMMARY_FILE }} - name: Upload selinux json results uses: actions/upload-artifact@v4 with: - name: selinux-gnu-full-result.json + name: selinux-gnu-full-result path: ${{ steps.vars.outputs.TEST_SELINUX_FULL_SUMMARY_FILE }} - name: Upload selinux root json results uses: actions/upload-artifact@v4 @@ -344,7 +344,7 @@ jobs: - name: Upload aggregated json results uses: actions/upload-artifact@v4 with: - name: aggregated-result.json + name: aggregated-result path: ${{ steps.vars.outputs.AGGREGATED_SUMMARY_FILE }} - name: Compare test failures VS reference shell: bash