forked from mirrors/action-gh-release
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(),
|
conf.github_repository.as_str(),
|
||||||
release(&conf),
|
release(&conf),
|
||||||
)?;
|
)?;
|
||||||
|
println!("files {:#?}", conf.input_files);
|
||||||
|
|
||||||
if let Some(patterns) = conf.input_files {
|
if let Some(patterns) = conf.input_files {
|
||||||
for path in paths(patterns)? {
|
for path in paths(patterns)? {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue