From fc99af62afe10e64fb90b0fa98c4e578c1a457a0 Mon Sep 17 00:00:00 2001 From: akshayp7 Date: Sun, 25 Feb 2024 17:55:25 +0530 Subject: [PATCH] GitHubActions --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index dc9947e..e8b4c50 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -72,7 +72,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: html-report - path: html-report.zip + path: artifacts/html-report.zip # Specify the directory structure for the artifact if-no-files-found: error if: always()