Skip to content

Commit 5281953

Browse files
authored
fixes
1 parent dc608bf commit 5281953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Run RAT
3232
run: |
33-
java -jar apache-rat-0.16.1.jar -d . -e vendor > rat-report.txt
33+
java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -d . -e vendor > rat-report.txt
3434
cat rat-report.txt
3535
# Fail if unapproved licenses are found
36-
grep -q 'Unknown Licenses' rat-report.txt && exit 1 || exit 0
36+
grep -q 'Unknown Licenses' rat-report.txt && exit 1 || exit 0

0 commit comments

Comments
 (0)