better noun
This commit is contained in:
parent
fedb5780c2
commit
d072f41760
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ fn run(
|
|||
Ok(paths)
|
||||
});
|
||||
for path in paths? {
|
||||
log::info!("⬆️ Uploading path {}", path.display());
|
||||
log::info!("⬆️ Uploading asset {}", path.display());
|
||||
uploader.upload(
|
||||
conf.github_token.as_str(),
|
||||
conf.github_repository.as_str(),
|
||||
|
|
Loading…
Reference in a new issue