output
This commit is contained in:
parent
9e95deb225
commit
04d76e12ca
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ upload_single_binary_to_s3 <- function(
|
||||||
exists <- s3fs::s3_file_exists(sprintf("%s/%s", remote_bin_path, tarball_name))
|
exists <- s3fs::s3_file_exists(sprintf("%s/%s", remote_bin_path, tarball_name))
|
||||||
|
|
||||||
if ((!exists && !force) || (!exists && force)) {
|
if ((!exists && !force) || (!exists && force)) {
|
||||||
cli::cli_alert("{.fun upload_single_binary_to_s3}: 5. Uploading {.pkg {package_name}} {.field {tag}} to S3.")
|
cli::cli_alert("{.fun upload_single_binary_to_s3}: Uploading {.pkg {package_name}} {.field {tag}} to S3.")
|
||||||
s3fs::s3_file_upload(
|
s3fs::s3_file_upload(
|
||||||
sprintf("%s/%s", local_bin_path, tarball_name),
|
sprintf("%s/%s", local_bin_path, tarball_name),
|
||||||
sprintf("%s/%s", remote_bin_path, tarball_name)
|
sprintf("%s/%s", remote_bin_path, tarball_name)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue