From e92ebf8dad7bdbe0c666f6ba1f1600c8fcce49b0 Mon Sep 17 00:00:00 2001 From: BPH Date: Thu, 14 Dec 2023 00:42:58 +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 ad63a99..04b7cd2 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -37,7 +37,7 @@ jobs: ref: main path: custom - # move build file to the main folder and run from there - - run: mv custom/build_project.zsh . + # copy build file to the main folder and run from there + - run: cp custom/build_project.zsh . - run: build_project.zsh