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

Commit

Permalink
fix build results artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
stel committed Jan 19, 2017
1 parent 15f369b commit 310307b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ node('osx_vegas') {
}

stage('Archive') {
def currentVersion = 'v' + getVersion()
def archiveName = "realm_browser_${currentVersion}.zip"
def currentVersion = getVersion()
def archiveName = "realm-browser-${currentVersion}-build-artifacts.zip"

dir("build") {
sh "zip --symlinks -r ${archiveName} *"
Expand Down

0 comments on commit 310307b

Please sign in to comment.