Upload bundles instead of MSI
This commit is contained in:
parent
b209f98fd1
commit
56e3d8f903
3 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,7 @@ if([System.IO.Path]::GetExtension($file).ToLower() -eq ".zip")
|
|||
{
|
||||
$result = UploadBinaries $file
|
||||
}
|
||||
elseif([System.IO.Path]::GetExtension($file).ToLower() -eq ".msi")
|
||||
elseif([System.IO.Path]::GetExtension($file).ToLower() -eq ".exe")
|
||||
{
|
||||
$result = UploadInstallers $file
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue