CI: Remove upload debug native libs

This commit is contained in:
Tran Khanh Duy 2020-10-07 05:22:43 +07:00 committed by GitHub
parent 5d5be52a11
commit 5168c6f7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,12 +20,6 @@ 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/merged_native_libs/debug/out/lib
- name: Build 32-bit APK with Gradle
run: |
replace="\, \"x86_64\" , \"arm64-v8a\""