cleanup and corrections

pull/273/head
Frostebite 2021-08-01 19:14:17 +01:00
parent af757777a5
commit 9e1d200136
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
fi
git lfs pull
zip -r $LFS_ASSETS_HASH -d "$gitLFSDestinationFolder"
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
zip -r "$LFS_ASSETS_HASH" -d "$gitLFSDestinationFolder"
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
echo ' '