From 9ee1f018db752cca32efee0e4ae1c8b22eae906e Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Tue, 31 Mar 2020 23:57:30 +0530 Subject: [PATCH] added rpm_dir output --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 43cb13c..5ff1746 100644 --- a/action.yml +++ b/action.yml @@ -12,9 +12,11 @@ outputs: source_rpm_path: description: 'path to Source RPM file' source_rpm_dir_path: - description: 'path to Source RPM directory' + description: 'path to SRPMS directory' source_rpm_name: description: 'name of Source RPM file' + rpm_dir_path: + description: 'path to RPMS directory' rpm_content_type: description: 'Content-type for Upload'