Skip to content

Commit

Permalink
Fix if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Sep 11, 2024
1 parent d3d4487 commit 01925c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01925c8

Please sign in to comment.