Commit e92964e
committed
ci(build-native): Implement release manifest publishing with integrity verification
- Add `merge-multiple: true` to `download-artifact` to flatten asset structure.
- Split GitHub release process into binary upload and final publication steps.
- Implement manifest generation using `gh` and `jq`.
- Add strict SHA256 integrity verification using `sha256sum --check` before release finalization.
- Add automated publishing of manifests to the `release-manifests` orphan branch.
This ensures a secure, verifiable release pipeline where public manifests and tags are only
updated after successful asset validation.1 parent a76da93 commit e92964e
1 file changed
Lines changed: 41 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
277 | 306 | | |
278 | 307 | | |
279 | 308 | | |
| |||
282 | 311 | | |
283 | 312 | | |
284 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
0 commit comments