mirror of
https://github.com/actions/python-versions.git
synced 2026-05-29 00:16:10 +08:00
fix: do not include CPython source archive in unix artefacts (#287)
This commit is contained in:
@@ -73,7 +73,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user