pull/289/head
Frostebite 2021-08-15 20:09:03 +00:00 committed by GitHub
parent 189790213c
commit b663c25ec1
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if [ -z "$libraryCacheFolder/$latestLibraryCacheFile" ]; then
echo "Library cache exists"
mkdir -p "$libraryFolderFull"
unzip -q "$libraryCacheFolder/$latestLibraryCacheFile" -d "$libraryFolderFull"
ls "$libraryFolderFull"
fi
echo ' '