From edd465a83673c0afffd232ad133ccc232f75a0a8 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Tue, 2 Jun 2026 16:43:05 -0400 Subject: [PATCH] feat(asset-canister): sync plugin --- recipes/asset-canister/recipe.hbs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/asset-canister/recipe.hbs b/recipes/asset-canister/recipe.hbs index fc392eb..85766c7 100644 --- a/recipes/asset-canister/recipe.hbs +++ b/recipes/asset-canister/recipe.hbs @@ -41,5 +41,8 @@ build: {{! Synchronize assets }} sync: steps: - - type: assets - dir: {{ dir }} + - type: plugin + url: https://github.com/dfinity/certified-assets/releases/download/migration-v2.2.0-209d688/sync_plugin.wasm + sha256: 297c2ef05680d47ac70688d6cebed9bc3a41b2302f400739f894f4f413e6a5ee + dirs: + - {{ dir }}