Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-24 13:36:20 +01:00 committed by GitHub
parent ec30df1f40
commit f9e54ba09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -12,15 +12,12 @@ jobs:
uses: actions/checkout@v2
with:
ref: android
- name: List gradle tasks
run: chmod +x gradlew && ./gradlew tasks
- name: Build Android app
run: ./gradlew assembleWebview
run: chmod +x gradlew && ./gradlew assembleWebview
- name: List files
run: ls app/build/outputs/apk
run: ls app/build/outputs/apk/webview
buildios:
name: Build iOS app