From cc85271fd2af58705171ff081032a44b54d14f57 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 15 Dec 2023 09:53:31 +0100 Subject: [PATCH] Move project file under apple folder --- .github/workflows/build_apps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index 3c425f2..757cd24 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -41,6 +41,7 @@ jobs: - run: ls -la custom/ - run: ls -la apple/ + - run: mv custom/project.yml apple/ # copy build file to the main folder and run from there - run: cp custom/build_project.zsh . - run: chmod +x build_project.zsh