From b896dbcda3fa1550d04d43d962923318ed5a61a8 Mon Sep 17 00:00:00 2001 From: Karma2424 <58363516+Karma2424@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:02:35 +0530 Subject: [PATCH] fix build artifact (#38) --- .github/workflows/android.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 564651a..8bdbe3a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -45,7 +45,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: library - path: ~/.m2 + path: ~/.m2/repository/ + include-hidden-files: true + if-no-files-found: error - name: Upload pages uses: actions/upload-pages-artifact@v3 with: