How to upload release zip file bigger than 2gb #196657
Replies: 2 comments
|
GitHub Releases cannot upload one asset that is 2.8 GB because the per-file release asset limit is 2 GB. You need to either split the zip into smaller parts, for example |
|
Option 1: Split the archive (Keeps it native on GitHub) If you use 7-Zip (Windows) or Keka (Mac), you can easily split it into project.zip.001 and project.zip.002. Upload both parts to the release. When someone downloads them, they just need to extract the first file, and the software will stitch them back together automatically. Option 2: Cloud storage (Easiest and fastest) |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Code Search and Navigation
Body
I have a zip file of my project which is 2.8gb, how do i upload it to a release
All reactions