We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2e4b8 commit b896dbcCopy full SHA for b896dbc
1 file changed
.github/workflows/android.yml
@@ -45,7 +45,9 @@ jobs:
45
uses: actions/upload-artifact@v4
46
with:
47
name: library
48
- path: ~/.m2
+ path: ~/.m2/repository/
49
+ include-hidden-files: true
50
+ if-no-files-found: error
51
- name: Upload pages
52
uses: actions/upload-pages-artifact@v3
53
0 commit comments