Skip to content

Commit 01925c8

Browse files
committed
Fix if condition
1 parent d3d4487 commit 01925c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: test-results
4242
path: '**/target/surefire-reports'
4343
- uses: actions/upload-artifact@v4
44-
if: contains(${{ matrix.goal }}, 'license')
44+
if: contains(matrix.goal, 'license')
4545
with:
4646
name: license-report
4747
path: target/site/aggregate-third-party-report.html

0 commit comments

Comments
 (0)