render
Some checks failed
/ alpine (push) Failing after 25s
/ debian (push) Failing after 4m6s
/ ubuntu (push) Failing after 1m19s
/ arch (push) Failing after 8s
/ opensuse (push) Successful in 2m46s
/ fedora (push) Successful in 10m7s
/ alma (push) Failing after 2m25s
/ rocky (push) Failing after 17m5s

This commit is contained in:
Marc Beninca 2025-06-08 01:41:31 +02:00
parent b6e8dfbec6
commit 4ba599b2fe
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -20,7 +20,7 @@ def spcd_browse_workspace() -> None:
def spcd_build_project() -> None: def spcd_build_project() -> None:
"""Perform the actual building process.""" """Perform the actual building process."""
for extension in ("py", "sh"): for extension in ("py", "sh"):
path = project.root / f"build.{extension}" path = project.root / f"render.{extension}"
if path.exists(): if path.exists():
ps.run(str(path)) ps.run(str(path))
break break