Skip to content

Commit 8841a05

Browse files
committed
Archive trace files per JDK version
1 parent c84e02a commit 8841a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
- name: Upload Test Distribution trace files
4949
uses: actions/upload-artifact@v2
5050
with:
51-
name: Test Distribution trace files (${{ github.job }})
51+
name: "Test Distribution trace files (OpenJDK ${{ matrix.jdk }})"
5252
path: '**/build/test-results/*/trace.json'

0 commit comments

Comments
 (0)