-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wally produces flat file structure #15
Comments
What the heck, that's a weird bug. |
It looks like the zip files themselves are broken like this! As opposed to this being an extraction issue on Linux. I think I accidentally broke all the packages when I republished them to change the project.json files. I assume that means this is an issue with zipping up packages on MacOS (and maybe linux). |
Looks like I messed up publishing somehow. I republished them again, using the exact same binary as last time, and they are fine now. Not sure how that happened but I don't think this is an issue we need to be immediately concerned with. |
This has occurred with another package uploaded via the wally cli. This seems to have happened to: |
It appears that unix -> windows is fine, windows -> windows is fine, but windows -> unix is flattened. (zipping -> unzipping) |
For rodux and roact-rodux wally produces a flat file structure with backslashes in the names rather than the hierarchy it means to create. It creates the file structure normally for roact.
Happens with the linux release binary and when building from source on linux with v0.1.1.
The text was updated successfully, but these errors were encountered: