diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index 6928e88..e0a440e 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -35,6 +35,6 @@ jobs: ref: main path: custom - # move the custom files to the same folder - - run: ./build_project.zsh + # move build file to the main folder and run from there + - run: mv custom/build_project,zsh . && ./build_project.zsh