Skip to content

Commit dd2127d

Browse files
committed
fix: do not include CPython source archive in unix artefacts
1 parent bcf6ecc commit dd2127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/nix-python-builder.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class NixPythonBuilder : PythonBuilder {
7373
$sourceUri = $this.GetSourceUri()
7474
Write-Host "Sources URI: $sourceUri"
7575

76-
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.WorkFolderLocation
76+
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.TempFolderLocation
7777
$expandedSourceLocation = Join-Path -Path $this.TempFolderLocation -ChildPath "SourceCode"
7878
New-Item -Path $expandedSourceLocation -ItemType Directory
7979

0 commit comments

Comments
 (0)