From 0af4af7a91b40d81544e3546ebedeb6350e4a6dd Mon Sep 17 00:00:00 2001 From: BPH Date: Thu, 14 Dec 2023 00:08:04 +0100 Subject: [PATCH] Update build_apps.yml --- .github/workflows/build_apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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