We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc10b91 commit 86ab115Copy full SHA for 86ab115
PowerShellEditorServices.build.ps1
@@ -317,7 +317,7 @@ task RestorePsesModules -After Build {
317
318
# Download AppVeyor zip
319
$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
+ Invoke-RestMethod https://ci.appveyor.com/api/buildjobs/$jobId/artifacts/bin%2FRelease%2FPSReadLine.zip -OutFile $PSScriptRoot/module/PSRL.zip
321
322
# Position PSReadLine
323
Expand-Archive $PSScriptRoot/module/PSRL.zip $PSScriptRoot/module/PSRL
0 commit comments