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 447e2e2ff7
commit 562368ce2e

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(