Amscli failing to upload package that has symlinks

My dedicated server requires nodejs, which I’ve downloaded as a standalone exe and verified works in a Linux environment. Running the amscli upload command fails with the following:


…that file is actually a symlink…

…does the upload tool not support zipping symlinks?

Hi @njupshot,

We haven’t tried uploading DS that contains symlink files. I assume based on your case, that this was not supported yet.

Have you tried copy-pasting the actual files into your DS directory and then retrying the upload process?

Yea I can modify our build system to do that. (For reference 7-zip will automatically resolve symlinks so I was hoping amscli would do the same.)

Thanks