diff --git a/tools/prepare-assets.py b/tools/prepare-assets.py index b665078..814b35c 100644 --- a/tools/prepare-assets.py +++ b/tools/prepare-assets.py @@ -124,8 +124,8 @@ # copy the bake and image schemas to assets folder -shutil.copy2(path_root / 'schemas' / 'bake.schema.json', path_assets) -shutil.copy2(path_root / 'schemas' / 'image.schema.json', path_assets) +shutil.copy2(path_root / 'schema' / 'bake.schema.json', path_assets) +shutil.copy2(path_root / 'schema' / 'image.schema.json', path_assets) assets = []