Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upimprove create target --seed #15
Open
Comments
|
Also validate the directory structure inside the archive is correct. Can I just archive top-level files (say, Is the directory name significant? |
|
Actually it must be top-level files without a directory inside. Agree that some sort of validation is needed. Also agree on the .zip though it will need some tweaks on the backend so let's leave this Issue open for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should also accept
.zipfiles as it's more widely supported thantar.gzIt should validate that the file given is in valid format (
.tar.gzor.zip) before uploading it