Skip to content

Commit adc7785

Browse files
committed
AppVeyor: update build API URL
1 parent 0ef3ecd commit adc7785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download.build.artifacts.and.package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Download-AppVeyor-Artifacts($statuses, $downloadLocation) {
6464
$buildIdentifier = Extract-BuildIdentifier $statuses "continuous-integration/appveyor/$prOrBranch"
6565

6666
Write-Host -ForegroundColor "Yellow" "Retrieving AppVeyor build `"$buildIdentifier`""
67-
$build = Invoke-RestMethod-Ex "https://ci.appveyor.com/api/projects/libgit2/libgit2sharp-nativebinaries/build/$buildIdentifier"
67+
$build = Invoke-RestMethod-Ex "https://ci.appveyor.com/api/projects/libgit2/libgit2sharp-nativebinaries/builds/$buildIdentifier"
6868

6969
$jobId = $build.build.jobs[0].jobId
7070

0 commit comments

Comments
 (0)