mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
Update python-builder.psm1
This commit is contained in:
@ -49,8 +49,8 @@ class PythonBuilder {
|
|||||||
|
|
||||||
$this.HostedToolcacheLocation = $env:RUNNER_TOOL_CACHE
|
$this.HostedToolcacheLocation = $env:RUNNER_TOOL_CACHE
|
||||||
$this.TempFolderLocation = $env:RUNNER_TEMP
|
$this.TempFolderLocation = $env:RUNNER_TEMP
|
||||||
$this.WorkFolderLocation = Join-Path $env:RUNNER_TEMP "work"
|
$this.WorkFolderLocation = $workDirectory
|
||||||
$this.ArtifactFolderLocation = Join-Path $env:RUNNER_TEMP "artifact"
|
$this.ArtifactFolderLocation = $artifactDirectory
|
||||||
|
|
||||||
$this.Version = $version
|
$this.Version = $version
|
||||||
$this.Architecture = $architecture
|
$this.Architecture = $architecture
|
||||||
|
Reference in New Issue
Block a user