Skip to content

Commit cf299e9

Browse files
committed
Add profile to artifact name
1 parent 909efa7 commit cf299e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
if: always()
4444
with:
45-
name: report-artifacts
45+
name: report-artifacts-${{ matrix.java.profile }}
4646
path: build/reports
4747
compression-level: 9
4848
retention-days: 7

0 commit comments

Comments
 (0)