mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 00:19:30 +00:00
Add tar.gz binaries in the release (#692)
This commit is contained in:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -67,6 +67,7 @@ jobs:
|
||||
name: artifacts
|
||||
path: |
|
||||
dist/target/maven-mvnd-*.zip
|
||||
dist/target/maven-mvnd-*.tar.gz
|
||||
|
||||
source:
|
||||
name: 'Build source distributions'
|
||||
|
6
dist/src/main/provisio/maven-distro.xml
vendored
6
dist/src/main/provisio/maven-distro.xml
vendored
@@ -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>
|
||||
|
Reference in New Issue
Block a user