generated from dopt-python/py311
small name fix in archive creation
This commit is contained in:
@@ -189,7 +189,7 @@ else {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Write-Output "Packaging whole standalone environment in a ZIP file"
|
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 = @{
|
$compress = @{
|
||||||
Path = "$ENV_PATH\**"
|
Path = "$ENV_PATH\**"
|
||||||
CompressionLevel = "Optimal"
|
CompressionLevel = "Optimal"
|
||||||
|
|||||||
Reference in New Issue
Block a user