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