workato push --restart-recipes hangs on Creating package from project directory for large projects, and cancelling reveals RuntimeError: File size too large, try using force_zip64. The root cause the reporter found: running workato push from inside the project directory makes the CLI create the zip in the current working directory, which is the same directory os.walk() is archiving, so the zip file gets included in itself in a feedback loop that grows until it hits the ZIP64 limit.