mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
core ux
This commit is contained in:
parent
dfdb45f3fa
commit
0ec40de46f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fn run(
|
|||
|
||||
if let Some(patterns) = conf.input_files {
|
||||
for path in paths(patterns)? {
|
||||
log::info!("⬆️ Uploading asset {}", path.display());
|
||||
println!("⬆️ Uploading asset {}", path.display());
|
||||
uploader.upload(
|
||||
conf.github_token.as_str(),
|
||||
conf.github_repository.as_str(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue