mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 10:39:47 +00:00
Fixed platform JSON creation
This commit is contained in:
parent
b45f10e246
commit
4f20bd4ba5
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user