From 4e323f9f07ad5bd12ec550a1480bc1648a9510e9 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 09:42:36 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 3544529..f426e76 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -68,6 +68,11 @@ jobs: install_file="install/${script_name}-install.sh" json_file="frontend/public/json/${script_name}.json" + echo "Checking for files:" + echo "CT File: $ct_file" + echo "Install File: $install_file" + echo "JSON File: $json_file" + if [[ -f "$ct_file" ]]; then echo "ct file found." else