Skip to content

Commit

Permalink
chore: list only files
Browse files Browse the repository at this point in the history
Part of #1656

[skip ci]
  • Loading branch information
php-coder committed Jan 6, 2024
1 parent 9c833c5 commit e8661c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate-maven-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: mvn dependency:go-offline

- name: List downloaded artifacts
run: find ~/.m2/repository
run: find ~/.m2/repository -type f

0 comments on commit e8661c2

Please sign in to comment.