Skip to content

Commit

Permalink
build: add version string to published filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
coolya committed Feb 12, 2018
1 parent 671048f commit d831cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/publishing/build.gradle
Expand Up @@ -27,9 +27,9 @@ def macosFileName = "mbeddr-macos-" + t.getYear() + "-" +
t.getMonthValue() +"-"+ t.getDayOfMonth() +".dmg"


def allInOneFileName = "com.mbeddr.allInOne-${mpsBuild}.zip"
def tutorialFileName = "com.mbeddr.tutorial-${mpsBuild}.zip"
def platformFileName = "platform-distribution-${mpsBuild}.zip"
def allInOneFileName = "com.mbeddr.allInOne-${version}-MPS-${mpsBuild}.zip"
def tutorialFileName = "com.mbeddr.tutorial-${version}-MPS-${mpsBuild}.zip"
def platformFileName = "platform-distribution-${version}-MPS-${mpsBuild}.zip"

github {
owner = 'mbeddr'
Expand Down

0 comments on commit d831cff

Please sign in to comment.