Update the path to upload the Core Tools artifacts for V4 (#2795)

This commit is contained in:
Francisco Gamino 2021-10-27 17:57:32 -07:00 коммит произвёл GitHub
Родитель 2bdde633bb
Коммит 677263fbf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ function GetContentType
WriteLog -Message "Script started."
$CONTAINER_NAME = "builds"
$FUNC_RUNTIME_VERSION = '3'
$FUNC_RUNTIME_VERSION = '4'
if (-not (Test-Path $SourcePath))
{