Fix the artifact path
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<target name="renamePluginZip">
|
<target name="renamePluginZip">
|
||||||
<!-- Rename the zip to kotlin-plugin-${build}.zip-->
|
<!-- Rename the zip to kotlin-plugin-${build}.zip-->
|
||||||
<echo message="${artifact.output.path}"/>
|
<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>
|
</move>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user