Skip to content

Commit

Permalink
Merge pull request #570 from xstefank/upload-artifactv4
Browse files Browse the repository at this point in the history
Make upload-artifact tck-report use unique name
  • Loading branch information
xstefank authored Sep 18, 2024
2 parents 5fc987b + 4a9097d commit 8ad9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/upload-artifact@v4
name: TCK report
with:
name: tck-report
name: tck-report-jdk-${{ matrix.java.name }}
path: testsuite/tck/target/surefire-reports
overwrite: 'true'

Expand Down

0 comments on commit 8ad9188

Please sign in to comment.