v1.0.1
ci: serialize release uploads to avoid concurrent-write race Create the release in a dedicated job before builds, and upload assets one at a time (max-parallel: 1). Fixes the 'Not Found' error when parallel jobs raced to create/update the same release.