From 1c8a0c228f4f73b26736e445d10ab4459389d92a Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Sat, 6 Jan 2024 21:02:20 +0700 Subject: [PATCH] chore: list only JAR files Part of #1656 [skip ci] --- .github/workflows/populate-maven-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'