Currently, the upload task may overwrite symlinks which point to files already present in the repository (and thus in the release). This can cause issues with deployment, as symlinks should remain intact and not be replaced by uploaded files.
Request:
- Update the upload task to detect symlinks and ignore them during the upload process.
- Ensure that symlinks are not overwritten, as the original files are already present in the release.
Acceptance Criteria:
- Symlinks encountered during the upload process are skipped and not overwritten.
- The upload process should proceed without errors when symlinks are present.
Currently, the upload task may overwrite symlinks which point to files already present in the repository (and thus in the release). This can cause issues with deployment, as symlinks should remain intact and not be replaced by uploaded files.
Request:
Acceptance Criteria: