be more precise with upload success message

This commit is contained in:
Patrick Schratz 2024-07-29 16:31:51 +02:00
commit 32719ff957
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -123,7 +123,6 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
{
p()
dump <- upload_single_binary_to_s3(package_name = x, tag = y, force = force, build_for_minor = build_for_minor, debug = debug)
cli::cli_alert_success("Successfully uploaded package {.pkg {x}} with tag {.field {y}}.")
},
error = function(e) {
message(sprintf("Error in uploading package %s with tag %s: %s", x, y, e))