We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4487 commit 01925c8Copy full SHA for 01925c8
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
name: test-results
42
path: '**/target/surefire-reports'
43
- uses: actions/upload-artifact@v4
44
- if: contains(${{ matrix.goal }}, 'license')
+ if: contains(matrix.goal, 'license')
45
with:
46
name: license-report
47
path: target/site/aggregate-third-party-report.html
0 commit comments