Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuankai619 committed Sep 17, 2024
1 parent a8eb21d commit 2199ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2199ed5

Please sign in to comment.