Responding to PR feedback, adding the OS names
This commit is contained in:
parent
810e66b8fd
commit
c124b2d79a
4 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@ function UploadInstallers($msiFile)
|
|||
|
||||
function UploadVersionBadge($badgeFile)
|
||||
{
|
||||
$fileName = [System.IO.Path]::GetFileName($badgeFile)
|
||||
$fileName = "windows_$Configuration_$([System.IO.Path]::GetFileName($badgeFile))"
|
||||
|
||||
Write-Host "Uploading the version badge to Latest"
|
||||
UploadFile "dev/Binaries/Latest/$filename" $badgeFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue