Skip to content

Commit 7b3cf4d

Browse files
committed
use move-item
1 parent 6dd986f commit 7b3cf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.os == 'windows-latest'
5252
run: |
5353
dir
54-
move libzim\*.dll %cd%\
54+
Move-Item -Force -Path .\libzim\*.dll -Destination .\
5555
5656
- name: Testing
5757
run: |

0 commit comments

Comments
 (0)