From 7cf707f531f06368af54459d373559c46df55a2a Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Tue, 6 Oct 2020 16:05:32 +0700 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 166979b58..d82412f98 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,6 +20,12 @@ jobs: mv app/build/outputs/apk/debug/app-debug.apk out/app-debug-64bit.apk find . -name "*.so" + - name: Upload Debug native libs + uses: actions/upload-artifact@v2 + with: + name: native_libs_debug + path: app/build/intermediates + - name: Build 32-bit APK with Gradle run: | replace="\, \"x86_64\" , \"arm64-v8a\""