Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 12, 2024
1 parent 47d7384 commit 32b2be5
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 @@ -139,9 +139,9 @@ def runBuild(platformName, configuration, headless = true, someAdditionalParamet
dir("${buildDirectory}"){
shell "VERBOSE=1 make sign install package"
}
shell "mkdir -p artifacts-${platformName} && cp -a ${buildDirectory}/build/packages/* artifacts-${platformName}/"
}

shell "mkdir -p artifacts-${platformName} && cp -a ${buildDirectory}/build/packages/* artifacts-${platformName}/"
}

stash excludes: '_CPack_Packages', includes: "${buildDirectory}/build/packages/*", name: "packages-${platform}-${configuration}"
Expand Down

0 comments on commit 32b2be5

Please sign in to comment.