You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
strato upload is not working on Windows because of a bug in adm-zip addLocalFolder which is compressing the entire path within the zip file and even the files become folders. To solve the issue of the files becoming folders, it is needed to replace \ by / in the Windows path that is provided as an argument to the strato upload command but still we have the issue with the entire folder path being compressed and not only the files and folders within the path. Something to check or use another library to zip the app.