From 723c76da78e6e2d4e8a23def5aa3937d685674b5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:31:53 +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 cbe5b0a..e57c18b 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -76,7 +76,7 @@ jobs: fi if [[ ! -f "$json_file" ]]; then if [[ "$json_file" = *alpine* ]]; then - stripped_name="${json_file#alpine-}" + stripped_name="${json_file/frontend\/public\/json\/alpine-/frontend/public/json/}" echo $stripped_name if [[ -f "frontend/public/json/$stripped_name" ]]; then echo "files_found=true" >> $GITHUB_OUTPUT