From 10d564eb5e2ea7504e3682c13715026ad847baec Mon Sep 17 00:00:00 2001 From: wonderson chideya Date: Tue, 14 Jan 2025 10:49:36 +0000 Subject: [PATCH] fix:added renaming of zip file in run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 36a6c0c9d..f3cbbec6f 100644 --- a/run.sh +++ b/run.sh @@ -72,7 +72,7 @@ if [ $? -eq 0 ]; then mvn allure:report # create the report zip file # rename zip - mv allure.zip allure_attempt_${buildId}.zip +mv allure.zip ./allure_attempt_${buildId}.zip zip -qr allure_attempt_${buildId}.zip target cd target