From ea247cef1abc73ace2f55fd6f5a8f6105a6d72d3 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Mon, 6 Jan 2025 19:02:04 +0300 Subject: [PATCH] update deploy --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cd808be..dace91d 100644 --- a/action.yml +++ b/action.yml @@ -142,12 +142,12 @@ runs: } - for dir in SRPMS RPMS/noarch RPMS/*; do + for dir in SRPMS RPMS/*; do if [ -d "${RPMBUILDROOT}/${dir}" ]; then for file in "${RPMBUILDROOT}/${dir}"/*.rpm; do if [ -f "$file" ]; then if [ "$dir" = "SRPMS" ]; then - arch="noarch" + arch="srpms" type="srpm" elif [ "$dir" = "noarch" ]; then arch="noarch"