mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-05-27 13:11:21 +08:00
debug input_files
This commit is contained in:
parent
4a1bb89426
commit
c7c4aa0f5a
@ -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…
x
Reference in New Issue
Block a user