Fix the path to where package downloads should go

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-12-06 13:39:44 +00:00 committed by Daniel Wozniak
parent 7130a6d4aa
commit 4e1ac179e2

View file

@ -195,7 +195,7 @@ def download_pkgs_artifact(
ctx.error(f"We do not build packages for {slug}")
return ExitCode.FAIL
artifacts_path = tools.utils.REPO_ROOT / "pkg" / "artifacts"
artifacts_path = tools.utils.REPO_ROOT / "artifacts" / "pkg"
artifacts_path.mkdir(exist_ok=True)
ctx.info(