Update python-builder.psm1

This commit is contained in:
Mikhail Koliada 2022-01-15 14:28:07 +03:00 committed by GitHub
parent 3beea61c1f
commit e3851845a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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