Skip to content

Commit

Permalink
Merge pull request #14 from HistoryAtState/fix-artefact-upload
Browse files Browse the repository at this point in the history
fix(build): rename xar
  • Loading branch information
joewiz authored Apr 20, 2024
2 parents 5bbf0bf + 923424a commit 7d3efcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<echo message="Creating xar file..."/>
<echo message="------------------------------------------------------------"/>

<zip basedir="${basedir}" destfile="${build.dir}/${app.name}-${app.version}.xar">
<zip basedir="${basedir}" destfile="${build.dir}/${app.name}.xar">
<exclude name="${build.dir}/**"/>
<exclude name="*.tmpl"/>
<exclude name=".github/**"/>
Expand Down

0 comments on commit 7d3efcc

Please sign in to comment.