forked from mirrors/action-gh-release
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)
|
Ok(paths)
|
||||||
});
|
});
|
||||||
for path in paths? {
|
for path in paths? {
|
||||||
log::info!("⬆️ Uploading path {}", path.display());
|
log::info!("⬆️ Uploading asset {}", path.display());
|
||||||
uploader.upload(
|
uploader.upload(
|
||||||
conf.github_token.as_str(),
|
conf.github_token.as_str(),
|
||||||
conf.github_repository.as_str(),
|
conf.github_repository.as_str(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue