Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:40
· 1 commit to master since this release
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.