download-artifact icon indicating copy to clipboard operation
download-artifact copied to clipboard

[bug] Symbolic links not being preserved

Open julek-wolfssl opened this issue 6 months ago • 0 comments

What happened?

Symbolic links are not being preserved between upload and download. This started last Friday.

What did you expect to happen?

Symbolic links should be preserved.

How can we reproduce it?

Upload an artifact folder containing a symbolic link with upload-artifact then download it and observe that the link is not preserved.

See https://github.com/wolfSSL/wolfssl/actions/runs/10248593263/job/28350278146 for an example. The ls step shows that libwolfssl.so and libwolfssl.so.42 are no longer symbolic links (it also shows what a symbolic link should look like). The cat and file steps show that the symbolic links are just populated with the link target name.

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

linux

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

No response

julek-wolfssl avatar Aug 05 '24 16:08 julek-wolfssl