Skip to content

Commit 50a4d9b

Browse files
more clean up
1 parent b1c3978 commit 50a4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
LINES_FOUND=`echo $LICENSE_REPORT | wc -l`
3838
echo "License issues found ..."
3939
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
40-
working-directory: maven
40+
working-directory: .
4141
- name: Upload license XML reports
4242
uses: actions/upload-artifact@v4
4343
with:

0 commit comments

Comments
 (0)