diff --git a/spcd/__init__.py b/spcd/__init__.py index 3e62498..be81eb2 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -51,7 +51,7 @@ def install_actions(path: Path) -> None: :type path: Path """ step("Install actions") - source = Path("act") + source = Path(project.root) / "act" target = path.parent / "actions" log.info(source) log.info(target)