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