From a1be90abf9f41f5f21f1eb939639c929d176ff3b Mon Sep 17 00:00:00 2001 From: Lennon McLean Date: Tue, 24 Aug 2021 13:22:43 +0100 Subject: [PATCH] Update buildnw.yml --- .github/workflows/buildnw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 8b88b5a..1595932 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -20,7 +20,7 @@ jobs: run: ./gradlew assembleWebview - name: List files - run: ls && ls app && ls app/build + run: ls && ls app && ls app/build && ls app/build/outputs buildios: name: Build iOS app