mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Update android.yml
This commit is contained in:
parent
0d956f97c2
commit
7cf707f531
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -20,6 +20,12 @@ jobs:
|
|||||||
mv app/build/outputs/apk/debug/app-debug.apk out/app-debug-64bit.apk
|
mv app/build/outputs/apk/debug/app-debug.apk out/app-debug-64bit.apk
|
||||||
find . -name "*.so"
|
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
|
- name: Build 32-bit APK with Gradle
|
||||||
run: |
|
run: |
|
||||||
replace="\, \"x86_64\" , \"arm64-v8a\""
|
replace="\, \"x86_64\" , \"arm64-v8a\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user