Skip to content

Commit 6bab904

Browse files
more clean up
1 parent 50a4d9b commit 6bab904

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
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: .
3131
- name: License XML report
3232
run: mvn org.codehaus.mojo:license-maven-plugin:2.0.0:download-licenses
33-
working-directory: maven
33+
working-directory: .
3434
- name: Validate XML report
3535
run: |
3636
LICENSE_REPORT=`xq "//dependency[licenses/license/name!=${{ env.ALLOW_LICENSES }}]" ./${{ env.REPORT_PATH }}`

0 commit comments

Comments
 (0)