[445136] Prepare 3.6.1 Patch Build :: Fix ZIP file name
diff --git a/wtp-parent/postBuild.xml b/wtp-parent/postBuild.xml
index a2111d4..204999a 100644
--- a/wtp-parent/postBuild.xml
+++ b/wtp-parent/postBuild.xml
@@ -246,7 +246,7 @@
 					<mapper>
 						<mapper type="regexp" 
 							from="patches-repo-P-.*\.zip" 
-							to="patches-repo-P-${wtp.version}-${build}.zip" />
+							to="${build.dist}-repo-${build}.zip" />
 						</mapper>
 					</move>
 			</else>