Fixed platform JSON creation

This commit is contained in:
Thorsten Sommer 2024-06-21 19:25:55 +02:00
parent b45f10e246
commit 4f20bd4ba5
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -678,7 +678,7 @@ jobs:
else
echo " Error: Could not find the platform file for the signature file '$sig_file'."
fi
done < <(find $GITHUB_WORKSPACE/release/assets -type f -name '*.sig' -print0)
done < <(find $GITHUB_WORKSPACE/artifacts -type f -name '*.sig' -print0)
# Write the JSON object to a temporary file:
echo "$platforms_json" > $GITHUB_WORKSPACE/.updates/platforms.json