Workflow change

This commit is contained in:
Michel Roegl-Brunner 2025-05-06 14:31:53 +02:00
parent 3ae2d92363
commit 723c76da78

View File

@ -76,7 +76,7 @@ jobs:
fi fi
if [[ ! -f "$json_file" ]]; then if [[ ! -f "$json_file" ]]; then
if [[ "$json_file" = *alpine* ]]; 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 echo $stripped_name
if [[ -f "frontend/public/json/$stripped_name" ]]; then if [[ -f "frontend/public/json/$stripped_name" ]]; then
echo "files_found=true" >> $GITHUB_OUTPUT echo "files_found=true" >> $GITHUB_OUTPUT