Update buildnw.yml

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

View File

@ -13,8 +13,11 @@ jobs:
with:
ref: android
- name: List gradle tasks
run: chmod +x gradlew && ./gradlew tasks
- name: Build Android app
run: chmod +x gradlew && ./gradlew build
run: ./gradlew build
- name: List files
run: ls