Skip to content

Commit 86ab115

Browse files
the file should be downloaded as a .zip
1 parent cc10b91 commit 86ab115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ task RestorePsesModules -After Build {
317317

318318
# Download AppVeyor zip
319319
$jobId = (Invoke-RestMethod https://ci.appveyor.com/api/projects/lzybkr/PSReadLine).build.jobs[0].jobId
320-
Invoke-RestMethod https://ci.appveyor.com/api/buildjobs/$jobId/artifacts/bin%2FRelease%2FPSReadLine.zip -OutFile $PSScriptRoot/module/PSRL
320+
Invoke-RestMethod https://ci.appveyor.com/api/buildjobs/$jobId/artifacts/bin%2FRelease%2FPSReadLine.zip -OutFile $PSScriptRoot/module/PSRL.zip
321321

322322
# Position PSReadLine
323323
Expand-Archive $PSScriptRoot/module/PSRL.zip $PSScriptRoot/module/PSRL

0 commit comments

Comments
 (0)