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 +