From 98ec3fa3a858a7e955ca38576da86f46f99a5d42 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Fri, 9 Sep 2022 14:12:13 -0500 Subject: [PATCH] fix upload path --- .github/workflows/podcast-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 5fe1c82..3322992 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -144,5 +144,5 @@ jobs: if: always() with: name: playwright-report - path: playwright-report/ + path: src/Web/E2E/playwright-report/ retention-days: 30 \ No newline at end of file