Skip to content

Commit

Permalink
Fix build report archive name for Initial JDK 11 build
Browse files Browse the repository at this point in the history
(cherry picked from commit 68be98e)
  • Loading branch information
gsmet committed Sep 6, 2021
1 parent 5e00b2f commit 098aa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 098aa64

Please sign in to comment.