Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-22 08:38:10 -04:00 committed by GitHub
parent 0c49677773
commit 3bb2cb2076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ jobs:
ref: android
- name: Build Android app
run: ./gradlew build
run: chmod +x gradlew && ./gradlew build
- name: List files
run: OS
run: ls
buildios:
name: Build iOS app