Skip to content

Fix Broken Release Due To GitHub File Size Limitations#543

Open
stefan-ctrl wants to merge 1 commit into
cizia64:mainfrom
stefan-ctrl:fix-release-size
Open

Fix Broken Release Due To GitHub File Size Limitations#543
stefan-ctrl wants to merge 1 commit into
cizia64:mainfrom
stefan-ctrl:fix-release-size

Conversation

@stefan-ctrl

@stefan-ctrl stefan-ctrl commented Jan 5, 2026

Copy link
Copy Markdown

Taken from
https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases#storage-and-bandwidth-quotas:

Up to 1000 release assets may be associated with a single release. Each file included in a release must be under 2 GiB. There is no limit on the total size of a release, nor bandwidth usage.

  • Updated the zip command in .github/workflows/CrossMix Release.yml to use the -s 2000m option, splitting the archive into 2GB volumes for large builds: https://github.com/stefan-ctrl/CrossMix-OS/actions/runs/20720763003
  • Modified the release step to include both the main zip file and the first split volume (.z01) as release assets, ensuring users can download all necessary parts.

confirmation of solution: https://github.com/stefan-ctrl/CrossMix-OS/actions/runs/20722004661/job/59487942483

@stefan-ctrl stefan-ctrl changed the title ci: split files for github release size limit Fix Broken Release Due To GitHub File Size Limitations Jan 5, 2026
@stefan-ctrl

Copy link
Copy Markdown
Author

Further refinement needed such as:

  • update over the air updater
  • End user Dokumentation how to combine.

I could do that. Just give me a ping (y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant