From 99c4f7fdeeb8ccdab8cc9cc5ba0e304c840eb7f0 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 6 May 2025 14:08:12 +0200 Subject: [PATCH] Change workflow --- .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 77c8d37..5c5b265 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -74,7 +74,7 @@ jobs: echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$install_file" >> $GITHUB_OUTPUT fi - if [[ ! -f "$json_file" ]]; then + if [[ ! -f "$json_file" && "$json_file" != *alpine* ]]; then echo "json file not found." echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$json_file" >> $GITHUB_OUTPUT