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 b1c3978 commit 50a4d9bCopy full SHA for 50a4d9b
.github/workflows/license-scanning-maven.yml
@@ -37,7 +37,7 @@ jobs:
37
LINES_FOUND=`echo $LICENSE_REPORT | wc -l`
38
echo "License issues found ..."
39
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
40
- working-directory: maven
+ working-directory: .
41
- name: Upload license XML reports
42
uses: actions/upload-artifact@v4
43
with:
0 commit comments