small name fix in archive creation

This commit is contained in:
2026-06-16 09:23:13 +02:00
parent 6de723ecab
commit 0144f63339

View File

@@ -189,7 +189,7 @@ else {
}
Write-Output "Packaging whole standalone environment in a ZIP file"
$dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_nafka_wce-crm_v$version.zip"
$dest_path = Join-Path -Path $DEPLOYMENT_PATH -ChildPath "dopt_wattana_data-analytics_v$version.zip"
$compress = @{
Path = "$ENV_PATH\**"
CompressionLevel = "Optimal"