From e3851845a3df26f34cb0f0ef71dbfe1059c6f4d2 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:28:07 +0300 Subject: [PATCH] Update python-builder.psm1 --- builders/python-builder.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builders/python-builder.psm1 b/builders/python-builder.psm1 index 4151379..c2541d3 100644 --- a/builders/python-builder.psm1 +++ b/builders/python-builder.psm1 @@ -49,8 +49,8 @@ class PythonBuilder { $this.HostedToolcacheLocation = $env:RUNNER_TOOL_CACHE $this.TempFolderLocation = $env:RUNNER_TEMP - $this.WorkFolderLocation = Join-Path $env:RUNNER_TEMP "work" - $this.ArtifactFolderLocation = Join-Path $env:RUNNER_TEMP "artifact" + $this.WorkFolderLocation = $workDirectory + $this.ArtifactFolderLocation = $artifactDirectory $this.Version = $version $this.Architecture = $architecture