From 4a90760011808fca2b434bb192c56548cc656af8 Mon Sep 17 00:00:00 2001 From: David Antoon Date: Tue, 23 Jul 2024 22:08:33 +0300 Subject: [PATCH] upload aar to action artifcats --- .github/workflows/test-deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index 44211af..858df28 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -47,3 +47,8 @@ jobs: with: name: build-artifacts path: android/build/publications/mavenJava + - name: Upload build outputs artifacts + uses: actions/upload-artifact@v3 + with: + name: output-artifacts + path: android/build/outputs/aar