boostorg / boostorg/website-v2-docs
Github Actions archive upload. Compress files prior to upload.
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 60
- Avg merge
- 12h 47m
- Merged PRs (30d)
- 14
Description
Description of problem:
The github actions step "Publish Releases as Artifacts" generates this error - "There are over 10,000 files in this artifact, consider creating an archive before upload to improve the upload performance." It takes 34 minutes, which is slow.
Search the upload-artifact repository for issues:
https://github.com/actions/upload-artifact/issues/
`is:issue zip archive`
Multiple results. Issue 39 "upload-artifact double-zips a zip", says that upload-artifact double-zips a zip.
Possible solutions:
- tar (rather than zip) the files before proceeding.
- wait for a better solution from Issue 39. No action at the moment.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.