From 188210b32c2f985343395dc32da294f1f96b0d41 Mon Sep 17 00:00:00 2001 From: BPH Date: Sun, 10 Dec 2023 20:31:14 +0100 Subject: [PATCH] Update build_apps.yml --- .github/workflows/build_apps.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index e2aaee6..7d92185 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -37,10 +37,14 @@ jobs: # move the custom files to the same folder - run: mv custom/*.* . - + + # check file list - run: ls -la # Run XcodeGen - run: brew install xcodegen - run: xcodegen + # check file list + - run: ls -la +