From 8adcfce9e90e9addf53a40ed9dbe7a74c46902a2 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 1 Aug 2021 23:30:51 +0100 Subject: [PATCH] fix --- dist/remote-builder/handleCaching.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/remote-builder/handleCaching.sh b/dist/remote-builder/handleCaching.sh index bfd48be5..1790202a 100755 --- a/dist/remote-builder/handleCaching.sh +++ b/dist/remote-builder/handleCaching.sh @@ -83,9 +83,10 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then fi git lfs pull -zip -r "$LFS_ASSETS_HASH" "$gitLFSDestinationFolder" +zip -r "$LFS_ASSETS_HASH.zip" "$gitLFSDestinationFolder" ls -lh -cp "$LFS_ASSETS_HASH" "$lfsCacheFolder" +ls -lh "$gitLFSDestinationFolder/../" +cp "$LFS_ASSETS_HASH.zip" "$lfsCacheFolder" echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder" echo ' '