diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index 1c0da70be..56559d1ad 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -54,4 +54,4 @@ jobs: run: mvn dependency:go-offline - name: List downloaded artifacts - run: find ~/.m2/repository + run: find ~/.m2/repository -type f