File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ pipeline {
53
53
steps {
54
54
withCredentials([usernamePassword(credentialsId : ' brandonarp-github-token' , usernameVariable : ' GITHUB_USERNAME' , passwordVariable : ' GITHUB_TOKEN' )]) {
55
55
sh " github-release release --user ${ org} --repo ${ repo} --tag ${ TAG_NAME} "
56
- sh " github-release upload --user ${ org} --repo ${ repo} --tag ${ TAG_NAME} --name ${ TAG_NAME} .tgz --file target/metrics-aggregator-daemon *.tgz"
57
- sh " github-release upload --user ${ org} --repo ${ repo} --tag ${ TAG_NAME} --name ${ TAG_NAME} .rpm --file target/rpm/metrics-aggregator-daemon /RPMS/noarch/metrics-aggregator-daemon- *.rpm"
56
+ sh " github-release upload --user ${ org} --repo ${ repo} --tag ${ TAG_NAME} --name ${ TAG_NAME} .tgz --file target/*.tgz"
57
+ sh " github-release upload --user ${ org} --repo ${ repo} --tag ${ TAG_NAME} --name ${ TAG_NAME} .rpm --file target/rpm/* /RPMS/*/ *.rpm"
58
58
}
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments