Update ci.yml

This commit is contained in:
Kenny 2022-03-05 19:08:23 -05:00 committed by GitHub
parent 84c58b5e5c
commit ad14fcdc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ jobs:
- name: Build with Gradle
working-directory: android
run: chmod +x gradlew; ./gradlew clean assemble # At the time of writing, build causes issues with capacitor plugins
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: android
path: app
ios:
name: Build iOS platform
runs-on: macos-latest