We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd986f commit 7b3cf4dCopy full SHA for 7b3cf4d
1 file changed
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
if: matrix.os == 'windows-latest'
52
run: |
53
dir
54
- move libzim\*.dll %cd%\
+ Move-Item -Force -Path .\libzim\*.dll -Destination .\
55
56
- name: Testing
57
0 commit comments