deref symlink

This commit is contained in:
Samuel Attard
2024-06-14 16:23:58 -05:00
parent 258da5e0d5
commit 6af09fc7b8

View File

@@ -75,7 +75,11 @@ move_src_dirs_if_exist() {
fi
done
tar -C src_artifacts -cf src_artifacts.tar ./
if [ "$BUILD_TYPE" == "windows" ]; then
tar -C src_artifacts -cfh src_artifacts.tar ./
else
tar -C src_artifacts -cf src_artifacts.tar ./
fi
echo Storing src_artifacts.tar
mv src_artifacts.tar $SRC_ARTIFACTS