pull/289/head
Frostebite 2021-08-01 23:30:51 +01:00
parent 7a677caf74
commit 8adcfce9e9
1 changed files with 3 additions and 2 deletions

View File

@ -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 ' '