Skip to content

Commit

Permalink
Add tar.gz binaries in the release (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 20, 2022
1 parent 309d0c7 commit 5dce72e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
name: artifacts
path: |
dist/target/maven-mvnd-*.zip
dist/target/maven-mvnd-*.tar.gz
source:
name: 'Build source distributions'
Expand Down
6 changes: 5 additions & 1 deletion dist/src/main/provisio/maven-distro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
</directory>
</fileSet>

<archive name="maven-mvnd-${project.version}-${os.detected.name}-${os.detected.arch}.zip" executable="**/bin/mvnd"/>
<archive name="maven-mvnd-${project.version}-${os.detected.name}-${os.detected.arch}.zip"
executable="**/bin/mvnd"/>

<archive name="maven-mvnd-${project.version}-${os.detected.name}-${os.detected.arch}.tar.gz"
executable="**/bin/mvnd"/>

</assembly>

0 comments on commit 5dce72e

Please sign in to comment.