Skip to content

Commit 553d142

Browse files
committed
Change multi version zip to store symlinks as links
1 parent be3ade8 commit 553d142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,11 @@ prepare_release_artefacts() {
483483
pushd "${NEW_GH_PAGES_DIR}"
484484
# Exclude the individual version zip/pdfs from the combined zip
485485
# Exclude arg needs to go after zip filename and target(s)
486+
# We have the 'latest' symlink so add that to the zip as a link
487+
# rather than dereferencing
486488
zip \
487489
--recurse-paths \
490+
--symlinks \
488491
--quiet \
489492
-9 \
490493
"${RELEASE_ARTEFACTS_DIR}/${ZIP_FILENAME}" \

0 commit comments

Comments
 (0)