debug name
This commit is contained in:
parent
7d18c51238
commit
452a2ee738
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ fn run(
|
||||||
conf.github_repository.as_str(),
|
conf.github_repository.as_str(),
|
||||||
release(&conf),
|
release(&conf),
|
||||||
)?;
|
)?;
|
||||||
|
println!("name {:#?}", conf.input_name);
|
||||||
println!("files {:#?}", conf.input_files);
|
println!("files {:#?}", conf.input_files);
|
||||||
|
|
||||||
if let Some(patterns) = conf.input_files {
|
if let Some(patterns) = conf.input_files {
|
||||||
|
|
Loading…
Reference in a new issue