From c3c25e9d7d702f10fbb538bd6e1fe41b59d22877 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:51:25 +0100 Subject: [PATCH] change to a env var --- ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 1c50ce6..2a4766c 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -7,7 +7,7 @@ # #working dir starts at /Volumes/workspace/repository/ci_scripts -cd .. +cd CI_PRIMARY_REPOSITORY_PATH mkdir Frameworks; cd Frameworks curl -o frameworks.zip https://files.catbox.moe/8094yg.zip unzip frameworks.zip