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."