blluv
blluv
### Reproduction link [](https://codesandbox.io/s/upbeat-knuth-bi6zlu) ### Steps to reproduce ``` ``` ### What is expected? Not crush ### What is actually happening? TypeError Cannot read properties of undefined (reading...
``` Exception in callback _ProactorReadPipeTransport._loop_reading() handle: Traceback (most recent call last): File "asyncio\events.py", line 80, in _run File "asyncio\proactor_events.py", line 301, in _loop_reading File "qasync\_windows.py", line 86, in recv_into TypeError:...
I’m running into the same problem described in actions/toolkit#1179. When using extractZip on Windows, the operation fails unless the file explicitly ends with the .zip extension. ``` Run crazy-max/ghaction-upx@v3 UPX...