From aa6d8c68208e13f3f786bb02399664972cc63822 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:32:37 +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 e57c18b..ac0ffaa 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -78,7 +78,7 @@ jobs: if [[ "$json_file" = *alpine* ]]; then stripped_name="${json_file/frontend\/public\/json\/alpine-/frontend/public/json/}" echo $stripped_name - if [[ -f "frontend/public/json/$stripped_name" ]]; then + if [[ -f "$stripped_name" ]]; then echo "files_found=true" >> $GITHUB_OUTPUT else echo "json file striped not found."