diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index 56559d1ad..27204d431 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 -type f + run: find ~/.m2/repository -type f -name '*.jar'