fix: Rename bundles to archives in artifact bundle index

This commit is contained in:
Shibo Lyu 2025-10-05 16:01:45 +08:00
parent 45db20f487
commit eafe2a2b94
3 changed files with 4 additions and 4 deletions

View file

@ -225,7 +225,7 @@ class ArtifactBundleBuilder {
let index = ArtifactBundleIndex(
schemaVersion: "1.0",
bundles: bundles
archives: bundles
)
let encoder = JSONEncoder()