actions / upload-artifact

MIT License
3k stars 683 forks source link

[feat req] how to upload each zipped volumn in separate artifacts. #538

Open jianlins opened 4 months ago

jianlins commented 4 months ago

What would you like to be added?

When the zip file is large, it would be better to split the artifact into multiples. How to configure that or implement in some way?

Why is this needed?

Large file might hit the size limit. Also, it's slow to upload and download. If anything breaks in middle, you would have to start from the beginning. Splitting into smaller artifacts can avoid the problem to some extent.