ci(release): upsert release and replace matching assets
All checks were successful
Push Validation / validate (push) Successful in 52s

This commit is contained in:
Micheal Wilkinson
2026-03-20 18:42:53 +00:00
parent 71e411e12d
commit 8fadb8299c
2 changed files with 30 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ The `Prepare Release` workflow creates a release and uploads prebuilt `vociferat
- `windows/arm64`
It also uploads `checksums.txt` for integrity verification.
If a release already exists for the same tag, the workflow replaces it so release notes and attached binaries stay in sync.
If a release already exists for the same tag, the workflow updates its release notes and replaces matching asset filenames so reruns stay in sync.
## Reuse In Other Repositories