Skip to content

Commit

Permalink
[Build] Rename output source zip
Browse files Browse the repository at this point in the history
  • Loading branch information
artem78 committed Dec 6, 2023
1 parent 0b68a75 commit 8d04964
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 @@ -29,7 +29,7 @@
<arg value="checkout"/>
<arg value="${tag_name}"/>
</exec>
<zip destfile="${sources_dir}/s60-maps_complete_sources_${tag_name}.zip" basedir="${temp_dir}"
<zip destfile="${sources_dir}/S60Maps_full_sources_${tag_name}.zip" basedir="${temp_dir}"
excludes="**/.mailmap" level="9"/><!-- note: git dirs and files will be excluded by default -->
<delete dir="${temp_dir}" />
</target>
Expand Down

0 comments on commit 8d04964

Please sign in to comment.