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()