Skip to content

Commit

Permalink
Fix naming of test result uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 26, 2023
1 parent d9becd9 commit 19a41cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
name: test-results-${{ matrix.config.os }}
if-no-files-found: warn
path: |
${{ github.workspace }}/**/target/surefire-reports/*.xml

0 comments on commit 19a41cb

Please sign in to comment.