From 517d629c88908fa004a15a0bfccd7930b79a01c9 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:28:00 +0200 Subject: [PATCH] Workflow change --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 4a8e0c0..a7e57d8 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -77,7 +77,7 @@ jobs: if [[ ! -f "$json_file" ]]; then if [[ "$json_file" = *alpine* ]]; then stripped_name="${json_file#alpine-}" - if [[ -f "$stripped_name" ]]; then + if [[ -f "frontend/public/json/$stripped_name" ]]; then echo "files_found=true" >> $GITHUB_OUTPUT else echo "json file not found."