Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions archive upload. Compress files prior to upload. #307

Open
sdarwin opened this issue Aug 21, 2024 · 0 comments
Open

Github Actions archive upload. Compress files prior to upload. #307

sdarwin opened this issue Aug 21, 2024 · 0 comments

Comments

@sdarwin
Copy link
Collaborator

sdarwin commented Aug 21, 2024

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.
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

No branches or pull requests

1 participant