Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where non _tt suffixed files were not getting copied into the…
… output zip file. A `link` to `symlink` conversion was missed when this was originally fixed to run better in a container. It seems the `link` call in Perl fails silently when trying to link across filesystem boundaries, resulting in the file being left out of the resulting zip file.
- Loading branch information