actually pass args to upload()
This commit is contained in:
parent
dd6b50bbce
commit
350785bdde
1 changed files with 22 additions and 22 deletions
|
|
@ -150,7 +150,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
}
|
||||
)
|
||||
# }, package_name, tag, future.seed = TRUE)
|
||||
})
|
||||
}, package_name, tag)
|
||||
|
||||
if (archive) {
|
||||
archive_package(package_name[1], debug = debug)
|
||||
|
|
|
|||
Loading…
Reference in a new issue