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 18, 2024
1 parent 945673c commit 4d5c49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
find all-trace-files/ -name 'trace.zip' -type f -print0 | while IFS= read -r -d '' file; do
dir1=$(basename "$(dirname "$file")")
dir2=$(basename "$(dirname "$(dirname "$file")")")
relpath="$dir2/$dir1/$(basename "$file")"
dir3=$(basename "$(dirname "$(dirname "$(dirname "$file")")")")
relpath="$dir3/$dir1/$(basename "$file")"
mkdir -p "deploy-zip-files/$(dirname "$relpath")"
cp "$file" "deploy-zip-files/$relpath"
done
Expand Down

0 comments on commit 4d5c49c

Please sign in to comment.