lfsDirectory zip

pull/273/head
Frostebite 2021-08-01 01:25:30 +01:00
parent 4f035073d9
commit e57d4466bf
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2192,7 +2192,7 @@ class RemoteBuilder {
git lfs pull
ls -alh "${testLFSFile}"
ls -alh "${lfsDirectory}"
zip -r lib-${buildUid}.zip "./.git/lfs/*"
zip -r lib-${buildUid}.zip "${lfsDirectory}/*"
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
echo ' '
#

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -149,7 +149,7 @@ class RemoteBuilder {
git lfs pull
ls -alh "${testLFSFile}"
ls -alh "${lfsDirectory}"
zip -r lib-${buildUid}.zip "./.git/lfs/*"
zip -r lib-${buildUid}.zip "${lfsDirectory}/*"
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
echo ' '
#