mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 02:44:19 +00:00
debug input_files
This commit is contained in:
parent
4a1bb89426
commit
c7c4aa0f5a
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ fn run(
|
|||
conf.github_repository.as_str(),
|
||||
release(&conf),
|
||||
)?;
|
||||
println!("files {:#?}", conf.input_files);
|
||||
|
||||
if let Some(patterns) = conf.input_files {
|
||||
for path in paths(patterns)? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue