File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments