Fix asset ID extraction in publish script #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_release_v1.1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace grep-based asset ID extraction with python3 JSON parsing. The Forgejo API returns id before name in the JSON, breaking the grep pattern.
Tested locally: correctly finds and removes existing assets before upload.
Closes #38
WIP: Fix asset ID extraction in publish scriptto Fix asset ID extraction in publish script