diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8c5882..6b514bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: name: test-results path: '**/target/surefire-reports' - uses: actions/upload-artifact@v4 - if: contains(${{ matrix.goal }}, 'license') + if: contains(matrix.goal, 'license') with: name: license-report path: target/site/aggregate-third-party-report.html