ci: Use ./gradelew assemble instead of build

I don't want to handle these lints right now


Former-commit-id: 0d7d4707346b0e47fb9de46dc774b9c02f7f4a95
Former-commit-id: 001a62161e1b4592fc9f6846fad3f1fdcfe4b750
This commit is contained in:
Michel Heily 2020-10-20 02:03:42 +03:00
parent 1c7f2359f3
commit 8f4b98b8e4

View file

@ -87,7 +87,7 @@ jobs:
- name: Build APK
working-directory: ./platform/android
run: ./gradlew build
run: ./gradlew assemble
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: