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
|
@ -192,7 +192,7 @@ upload_installers_to_blob_storage(){
|
|||
|
||||
upload_version_badge(){
|
||||
local badgefile=$1
|
||||
local filename=$(basename $badgefile)
|
||||
local filename="$OSNAME_$CONFIGURATION_$(basename $badgefile)"
|
||||
echo "Uploading the version badge to Latest"
|
||||
upload_file_to_blob_storage_azure_cli "dev/Binaries/Latest/$filename" $badgefile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue