diff --git a/builders/nix-python-builder.psm1 b/builders/nix-python-builder.psm1 index b15878e0e..3b96d0ac6 100644 --- a/builders/nix-python-builder.psm1 +++ b/builders/nix-python-builder.psm1 @@ -74,7 +74,7 @@ class NixPythonBuilder : PythonBuilder { $sourceUri = $this.GetSourceUri() Write-Host "Sources URI: $sourceUri" - $archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.WorkFolderLocation + $archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.TempFolderLocation $expandedSourceLocation = Join-Path -Path $this.TempFolderLocation -ChildPath "SourceCode" New-Item -Path $expandedSourceLocation -ItemType Directory