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
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:
parent
b6e8dfbec6
commit
4ba599b2fe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def spcd_browse_workspace() -> None:
|
|||
def spcd_build_project() -> None:
|
||||
"""Perform the actual building process."""
|
||||
for extension in ("py", "sh"):
|
||||
path = project.root / f"build.{extension}"
|
||||
path = project.root / f"render.{extension}"
|
||||
if path.exists():
|
||||
ps.run(str(path))
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue