From 0d2723e35b6cde0db75900f9e87acfcbfc0683ee Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sun, 12 Jan 2025 02:57:56 +0300 Subject: [PATCH] copy source to rpm sources dir --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a154ce6..5054e6f 100644 --- a/action.yml +++ b/action.yml @@ -79,8 +79,12 @@ runs: fi done fi + + - name: Copy all source to rpm source dir + run: | + copy -a * /home/builder/rpmbuild/SOURCES/ - - name: Linter + - name: RPM linter run: | source .env rpmlint ${SPECFILE}