Skip to content

Commit 210ef6e

Browse files
authored
Merge pull request #2130 from Websoft9/feature/appstore-publish-migration
fix
2 parents cb02d27 + ff470ea commit 210ef6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/library_publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def build_v2_appstore_artifacts(
567567
# ── catalog full package ─────────────────────────────────
568568
catalog_full_dir = catalog_dir / "full"
569569
catalog_full_dir.mkdir(parents=True, exist_ok=True)
570-
catalog_zip_name = f"catalog-{catalog_dsv}.zip"
570+
catalog_zip_name = f"catalog-{dataset_version}.zip"
571571
with tempfile.TemporaryDirectory() as tmp_dir_name:
572572
tmp_dir = Path(tmp_dir_name)
573573
for file_name in CATALOG_FILE_NAMES:

docs/appstore-release-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ artifact/appstore/<channel>/
170170
"schemaVersion": "1",
171171
"datasetVersion": "7ee7a10b7da49f38",
172172
"source": "contentful",
173-
"fullPackage": "full/catalog-7ee7a10b7da49f38.zip",
173+
"fullPackage": "full/catalog-2026.06.09.120000.zip",
174174
"files": {
175175
"catalogEn": "catalog_en.json",
176176
"catalogZh": "catalog_zh.json",
@@ -182,7 +182,7 @@ artifact/appstore/<channel>/
182182
"catalogZh": "catalog_zh.json.sha256",
183183
"productEn": "product_en.json.sha256",
184184
"productZh": "product_zh.json.sha256",
185-
"fullPackage": "full/catalog-7ee7a10b7da49f38.zip.sha256"
185+
"fullPackage": "full/catalog-2026.06.09.120000.zip.sha256"
186186
},
187187
"generatedAt": "2026-06-09T12:00:00Z"
188188
}

0 commit comments

Comments
 (0)