From 098aa64a9c6668990a67f12934a295a325e168c3 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 6 Sep 2021 17:01:14 +0200 Subject: [PATCH] Fix build report archive name for Initial JDK 11 build (cherry picked from commit 68be98e02d00ab7b5f10bb83fcff11abaa7cf4c0) --- .github/workflows/ci-actions-incremental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 130660b300b42..ab02df44870dd 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -178,7 +178,7 @@ jobs: uses: actions/upload-artifact@v2 if: ${{ failure() || cancelled() }} with: - name: "build-reports-JVM Tests - JDK ${{matrix.java.name}}" + name: "build-reports-Initial JDK 11 Build" path: | target/build-report.json retention-days: 2