Skip to content

Commit

Permalink
Fix build-reports for thorough workflow (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg authored Sep 23, 2024
1 parent 7733051 commit f6674ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-thorough.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: build-reports-${{ runner.os }}-${{ github.action }}-${{ github.run_id }}
name: build-reports-${{ runner.os }}-${{ matrix.javaVersion }}-${{ github.action }}-${{ github.run_id }}
path: |
**/build/reports/
**/*.hprof
Expand Down

0 comments on commit f6674ee

Please sign in to comment.