From 4a866b3c7729eca49687786c7d48c3b7f9780337 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Tue, 12 Mar 2024 13:39:16 +0100 Subject: [PATCH] Update pull-request-ci.yml --- .github/workflows/pull-request-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index b9affb85..21c04b73 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -53,9 +53,9 @@ jobs: id: jni-cache with: path: "app/prebuilt" + key: afrim-jni - name: Fetch submodules - if: ${{ !steps.jni-cache.outputs.cache-hit }} run: | git submodule update --init --recursive @@ -71,19 +71,18 @@ jobs: make style-check # `make debug` works not well on Windows - - name: Build debug Trime + - name: Build debug Afrim run: | ./gradlew :app:assembleDebug - name: Add JNI cache - if: ${{ !steps.jni-cache.outputs.cache-hit }} shell: bash run: cp -R app/build/intermediates/stripped_native_libs/debug/out/lib app/prebuilt - name: Upload APK artifact uses: actions/upload-artifact@v4 with: - name: afrim + name: afrim-debug path: app/build/outputs/apk/debug/ # keep 30 days retention-days: 30