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:
parent
1c7f2359f3
commit
8f4b98b8e4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
working-directory: ./platform/android
|
working-directory: ./platform/android
|
||||||
run: ./gradlew build
|
run: ./gradlew assemble
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue