debug name

This commit is contained in:
softprops 2019-08-25 20:11:50 -04:00
parent 7d18c51238
commit 452a2ee738

View file

@ -87,6 +87,7 @@ fn run(
conf.github_repository.as_str(),
release(&conf),
)?;
println!("name {:#?}", conf.input_name);
println!("files {:#?}", conf.input_files);
if let Some(patterns) = conf.input_files {