From f52ee94bef6ef83d06305dfdefa653eb5b6e50c5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:26:45 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 654f14a7..7c9ab7f7 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -32,9 +32,9 @@ jobs: script_name="${{ env.script_name }}" # Check if files exist under /ct, /install, and /json - ct_file="/ct/$script_name.sh" - install_file="/install/$script_name-install.sh" - json_file="/json/$script_name.json" + ct_file="ct/$script_name.sh" + install_file="install/$script_name-install.sh" + json_file="json/$script_name.json" echo "Checking for script files:"