From 2199ed517723f6fefa667dcbc9245d702de0bd5e Mon Sep 17 00:00:00 2001 From: Yuankai619 Date: Tue, 17 Sep 2024 23:42:00 +0800 Subject: [PATCH] Update playwright.yml --- .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 f9e96e4..3ab1799 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -104,7 +104,7 @@ jobs: run: | mkdir -p deploy-zip-files find all-trace-files/ -name 'trace.zip' -type f -print0 | while IFS= read -r -d '' file; do - relpath=${file#all-trace-files/} + relpath=${file#all-trace-files/artifacts/} mkdir -p "deploy-zip-files/$(dirname "$relpath")" cp "$file" "deploy-zip-files/$relpath" done