github action android build #1557
This commit is contained in:
parent
64d5fb851c
commit
4c6505166e
|
@ -17,6 +17,12 @@ jobs:
|
|||
- name: Test Compiler
|
||||
run: javac -version
|
||||
|
||||
- name: Build console
|
||||
- name: Build Android
|
||||
working-directory: ./android
|
||||
run: bash ./gradlew build
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: app-release-unsigned
|
||||
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
|
Loading…
Reference in New Issue