Skip to content

Commit b896dbc

Browse files
authored
fix build artifact (#38)
1 parent ca2e4b8 commit b896dbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: library
48-
path: ~/.m2
48+
path: ~/.m2/repository/
49+
include-hidden-files: true
50+
if-no-files-found: error
4951
- name: Upload pages
5052
uses: actions/upload-pages-artifact@v3
5153
with:

0 commit comments

Comments
 (0)