Skip to content

Commit

Permalink
feat: use zip as output
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScheib committed Oct 24, 2023
1 parent 724898e commit 36b947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>dist</id>
<formats>
<format>tar.gz</format>
<format>zip</format>
</formats>
<files>
<file>
Expand Down

0 comments on commit 36b947b

Please sign in to comment.