diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index ac0ffaa8..cac699be 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -151,6 +151,7 @@ jobs: if [[ -f "../frontend/public/json/$stripped_name" ]]; then cp ../frontend/public/json/$stripped_name frontend/public/json/. || true fi + fi else cp ../frontend/public/json/$json_name frontend/public/json/. || true fi