We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6ecc commit dd2127dCopy full SHA for dd2127d
builders/nix-python-builder.psm1
@@ -73,7 +73,7 @@ class NixPythonBuilder : PythonBuilder {
73
$sourceUri = $this.GetSourceUri()
74
Write-Host "Sources URI: $sourceUri"
75
76
- $archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.WorkFolderLocation
+ $archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.TempFolderLocation
77
$expandedSourceLocation = Join-Path -Path $this.TempFolderLocation -ChildPath "SourceCode"
78
New-Item -Path $expandedSourceLocation -ItemType Directory
79
0 commit comments