Fix the artifact path

This commit is contained in:
Andrey Breslav
2012-01-27 21:34:45 +04:00
parent ea6b6f7495
commit 30b284cd6a
+1 -1
View File
@@ -6,7 +6,7 @@
<target name="renamePluginZip">
<!-- Rename the zip to kotlin-plugin-${build}.zip-->
<echo message="${artifact.output.path}"/>
<move file="${artifact.output.path}/KotlinPlugin.zip" tofile="kotlin-plugin-${build.number}.zip">
<move file="${artifact.output.path}/KotlinPlugin.zip" tofile="${artifact.output.path}/kotlin-plugin-${build.number}.zip">
</move>
</target>
</project>