Skip to content

Commit

Permalink
Fixing upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Nov 22, 2021
1 parent 3759bba commit 9c4cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def uploadStackVM(platform, configuration, archiveName, isStableRelease = false)
unstash name: "packages-${archiveName}-StackVM-${configuration}"

def wordSize = is32Bits(platform) ? "32" : "64"
def oldName = sh(returnStdout: true, script: "ls build-stockReplacement/build/packages/PharoVM-*-${archiveName}-bin.zip").trim()
def oldName = sh(returnStdout: true, script: "ls build-StackVM/build/packages/PharoVM-*-${archiveName}-bin.zip").trim()
def expandedBinaryFileName = oldName.replaceAll("-bin.zip", "-StackVM-bin.zip")

sh(script: "cp ${oldName} ${expandedBinaryFileName}")
Expand Down

0 comments on commit 9c4cfe5

Please sign in to comment.