summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-14 11:09:18 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-14 11:22:13 +0200
commit32b38b44126ce1b8e0d1581f485e887fa9151768 (patch)
treed78507c15efc24db61c6d713e0e459a548aaaa3a
parent967f067082c9220024f7c72fe827bcbbae7a9f85 (diff)
downloadgohugo-theme-ed-32b38b44126ce1b8e0d1581f485e887fa9151768.tar.gz
Correct artifact name
-rw-r--r--.github/workflows/playwright.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 98d1235..ba1d962 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -64,6 +64,6 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
- name: playwright-report
+ name: playwright-report-hugo-${{ matrix.hugo-version }}
path: playwright-report/
retention-days: 30