尽管GitHub的文档说[单文件最大不得超过2GiB](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases#storage-and-bandwidth-quotas),但实际上传时2GiB的文件会被拒绝,需要使用[2GB大小](https://github.com/orgs/community/discussions/61733#discussioncomment-12560355)才可以。 我们此前上传所使用的命令是`7z a -v2000000000b cix-sdk-ext.7z ext/`,最终只有[四个压缩包](https://github.com/radxa-pkg/cix-prebuilt/releases/tag/radxa-pc003-202504.3)。