no directory specified for unzip (use pwd)

pull/263/head
Frostebite 2021-05-22 00:20:29 +01:00
parent 6f4272235a
commit 7b98b2c992
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1882,7 +1882,7 @@ class RemoteBuilder {
echo "Library cache exists from build $latest from ${branchName}" echo "Library cache exists from build $latest from ${branchName}"
echo 'Creating empty Library folder for cache' echo 'Creating empty Library folder for cache'
mkdir "$libDir" mkdir "$libDir"
unzip -q $latest -d $libDir unzip -q $latest
else else
echo 'Cache does not exist' echo 'Cache does not exist'
fi fi

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -325,7 +325,7 @@ class RemoteBuilder {
echo "Library cache exists from build $latest from ${branchName}" echo "Library cache exists from build $latest from ${branchName}"
echo 'Creating empty Library folder for cache' echo 'Creating empty Library folder for cache'
mkdir "$libDir" mkdir "$libDir"
unzip -q $latest -d $libDir unzip -q $latest
else else
echo 'Cache does not exist' echo 'Cache does not exist'
fi fi