Skip to content

Commit 1c8a0c2

Browse files
committed
chore: list only JAR files
Part of #1656 [skip ci]
1 parent e8661c2 commit 1c8a0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/populate-maven-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
run: mvn dependency:go-offline
5555

5656
- name: List downloaded artifacts
57-
run: find ~/.m2/repository -type f
57+
run: find ~/.m2/repository -type f -name '*.jar'

0 commit comments

Comments
 (0)