From 9b4efbf77a12be8a722d0a93c9a29d2c0589966f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:33:34 +0200 Subject: [PATCH] Workflow change --- .github/workflows/move-to-main-repo.yaml | 1 + 1 file changed, 1 insertion(+) 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