Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fix(#1639): Rename release artefact to datahelix.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Laing committed Jan 22, 2020
1 parent da9257e commit d8cf3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestrator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ task fatJar(type: Jar) {
manifest {
attributes 'Main-Class': 'com.scottlogic.datahelix.generator.orchestrator.App'
}
baseName = 'generator'
baseName = 'datahelix'
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
archiveName = "${baseName}.${extension}"
Expand All @@ -110,7 +110,7 @@ application {
project.ext.ghToken = project.hasProperty('ghToken') ? project.getProperty('ghToken') : System.getenv('GH_TOKEN') ?: null

distZip {
archiveName "generator.zip"
archiveName "datahelix.zip"
}

startScripts {
Expand Down

0 comments on commit d8cf3c9

Please sign in to comment.