Skip to content

Commit 4829e8a

Browse files
update surefire report upload name
1 parent a87b7cb commit 4829e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
uses: actions/[email protected]
4343
if: success() || failure() # always run even if the previous step fails
4444
with:
45-
name: surefire-txt
45+
name: surefire-${{matrix.java}}-txt
4646
path: '**/target/surefire-reports/*-output.txt'

0 commit comments

Comments
 (0)