From c385c3b6615d9437c619b31c3f1ee0f1ad462aeb Mon Sep 17 00:00:00 2001 From: BPH Date: Thu, 14 Dec 2023 00:06:12 +0100 Subject: [PATCH] Update build_apps.yml --- .github/workflows/build_apps.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index 886f20c..6928e88 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -36,16 +36,5 @@ jobs: path: custom # move the custom files to the same folder - - run: mv custom/*.* . - - # check file list - - run: ls -la - - run: ls -la Kiwix.xcodeproj - - # Run XcodeGen - - run: brew install xcodegen - - run: xcodegen - - # check file list - - run: ls -la Kiwix.xcodeproj - + - run: ./build_project.zsh +