Update ci.yml

This commit is contained in:
Kenny 2022-03-05 15:55:05 -05:00 committed by GitHub
parent fe7ded57ed
commit af7e206a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
run: npx cap update android
- name: Build with Gradle
working-directory: android
run: ./gradlew build
run: chmod +x gradlew; ./gradlew build
ios:
name: Build iOS platform
runs-on: macos-latest