From 2ddbc2d090be6124116b9da8d35d1333eb414e54 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Oct 2024 23:03:12 +0200 Subject: [PATCH] project.root --- spcd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)