Skip to content

Commit

Permalink
Change update
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Nov 18, 2021
1 parent 67f221d commit 15cb9d9
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 @@ -330,7 +330,7 @@ def uploadStackVM(platform, configuration, archiveName, isStableRelease = false)

cleanWs()

unstash name: "packages-${archiveName}-${configuration}"
unstash name: "packages-${archiveName}-StackVM-${configuration}"

def wordSize = is32Bits(platform) ? "32" : "64"

Expand Down

0 comments on commit 15cb9d9

Please sign in to comment.