`zip` is not recognized it seems on Win10, it seems. I replaced that with `tar.exe` and that was successful to create the archive eg: ``` zip -r "${TEST_FILE}" tests/ pages/ requirements.txt run-tests.sh ```