Fix the artifact path
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user