Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Change build jar file name
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay Satam <tsatam@ford.com>
  • Loading branch information
tsatam committed Sep 13, 2019
1 parent 0d42589 commit e792b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Release artifact
uses: actions/upload-artifact@master
with:
name: data-as-a-board.jar
path: service/build/libs/service-0.0.1-SNAPSHOT.jar
name: data-as-a-board
path: service/build/libs/data-as-a-board.jar
4 changes: 4 additions & 0 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@ test {
testLogging {
events "passed", "skipped", "failed"
}
}

bootJar {
archiveFileName = "data-as-a-board.jar"
}

0 comments on commit e792b4e

Please sign in to comment.