Workflow change

This commit is contained in:
Michel Roegl-Brunner 2025-05-06 14:28:00 +02:00
parent f689bee623
commit 517d629c88

View File

@ -77,7 +77,7 @@ jobs:
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#alpine-}"
if [[ -f "$stripped_name" ]]; then if [[ -f "frontend/public/json/$stripped_name" ]]; then
echo "files_found=true" >> $GITHUB_OUTPUT echo "files_found=true" >> $GITHUB_OUTPUT
else else
echo "json file not found." echo "json file not found."