actions / upload-artifact

MIT License
3.03k stars 686 forks source link

[bug] Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB #418

Open ghost opened 12 months ago

ghost commented 12 months ago

What happened?

When trying to upload a directory to github artifact, I am getting this error from Github:

Error: Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.

What did you expect to happen?

The action should remove any symlinks. However I created the artifact manually using tar and removing all symlinks and I am getting the same error.

How can we reproduce it?

https://github.com/mitical-launcher/legendary-dart/pull/22

Anything else we need to know?

No response

What version of the action are you using?

v3

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response