Skip to content

Commit ff421c1

Browse files
committed
refactor:fixed file paths
1 parent df3c44d commit ff421c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "current working directory after pyd: $(pwd)"
5555
echo "displaying directory contents:"
5656
ls
57-
copy Debug\ddbc_bindings.pyd .\mssql-python\ddbc_bindings.pyd
57+
copy Debug\ddbc_bindings.pyd ..\..\..\ddbc_bindings.pyd
5858
shell: cmd
5959

6060
- name: Run Tests

0 commit comments

Comments
 (0)