diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8eb07d24..0f5e28a2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -258,8 +258,8 @@ jobs: git status git ls-files --others --exclude-standard | while read file; do echo "Copying $file to datasets directory" - mkdir -p "datasets/$(dirname "$file")" - cp "$file" "/datasets/$file" + mkdir -p "datasets" + cp "$file" "/datasets/" done git status