From 8f889a9ee658c20dea6c6c2573b292c85a2adf15 Mon Sep 17 00:00:00 2001 From: siyuniu-ms Date: Wed, 24 Apr 2024 00:56:13 -0700 Subject: [PATCH] Update publishImgToCdn.ps1 --- AISKU/scripts/publishImgToCdn.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/AISKU/scripts/publishImgToCdn.ps1 b/AISKU/scripts/publishImgToCdn.ps1 index 65cbb8463..8fd3ca724 100644 --- a/AISKU/scripts/publishImgToCdn.ps1 +++ b/AISKU/scripts/publishImgToCdn.ps1 @@ -50,7 +50,6 @@ Function GetReleaseFiles # check if the img dir exists $parentDir = Split-Path -Path $jsSdkDir -Parent - $parentDir = Split-Path -Path $parentDir -Parent $imgSrcDir = Join-Path -Path $parentDir -ChildPath "tools\sizeImageGenerator\img" Write-Log "Image Folder : $imgSrcDir"