From c905869cea2805ff4bc55c49b2f3d53a80670848 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jun 2024 19:40:13 +0100 Subject: [PATCH] Publishing to github --- .github/workflows/tests_qa.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index a3a5337f2..0333e7ebc 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -80,7 +80,9 @@ jobs: # Unpack the archive into the gh-pages directory mkdir gh-pages - tar -xzf "$temp_dir/allure-report.tar.gz" -C gh-pages + tar -xzf "$temp_dir/allure-report.tar.gz" -C gh-pages + + mv gh-pages/* . else echo "Allure directory not found or is empty." fi