File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5454 <property name =" target.vim" location =" ${ target } /vim" />
5555 <property name =" target.mime" location =" ${ target } /mime" />
5656 <property name =" target.reports" location =" ${ target } /reports" />
57+ <property name =" distrib" location =" distrib" />
5758 <property name =" file.encoding" value =" UTF-8" />
5859 <property name =" linux.flavour" value =" redhat" />
5960 <!-- property name="build.sysclasspath" value="ignore"/-->
455456 description=" Deploy to GitHub Package Registry"
456457 depends=" artifacts"
457458 >
458- <symlink resource =" ${ target.artifacts } " link =" distrib" overwrite =" true" />
459+ <copy todir =" ${ distrib } " >
460+ <fileset dir =" ${ target.artifacts } " includes =" **" />
461+ </copy >
459462 <ivy : publish
460463 resolver=" github-packages-psylla"
461464 overwrite=" true"
Original file line number Diff line number Diff line change 11project.version.major =0
22project.version.minor =23
3- project.version.micro =6
3+ project.version.micro =7
You can’t perform that action at this time.
0 commit comments