We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c833c5 commit e8661c2Copy full SHA for e8661c2
.github/workflows/populate-maven-cache.yml
@@ -54,4 +54,4 @@ jobs:
54
run: mvn dependency:go-offline
55
56
- name: List downloaded artifacts
57
- run: find ~/.m2/repository
+ run: find ~/.m2/repository -type f
0 commit comments