Skip to content

Commit b7d552b

Browse files
praveenkuttappanazure-sdk
authored andcommitted
update artifact name
1 parent 43cff00 commit b7d552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Create-APIReview.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function Submit-APIReview($packageInfo, $packagePath, $packageArtifactName)
149149
$reviewTokenFileName = Get-APITokenFileName $packageArtifactName
150150
if ($reviewTokenFileName) {
151151
Write-Host "Uploading review token file $reviewTokenFileName to APIView."
152-
return Upload-ReviewTokenFile $packageName $apiLabel $packageInfo.ReleaseStatus $reviewTokenFileName $packageInfo.Version $packagePath
152+
return Upload-ReviewTokenFile $packageArtifactName $apiLabel $packageInfo.ReleaseStatus $reviewTokenFileName $packageInfo.Version $packagePath
153153
}
154154
else {
155155
Write-Host "Uploading $packagePath to APIView."

0 commit comments

Comments
 (0)