pull/289/head
Frostebite 2021-08-15 04:12:11 +00:00 committed by GitHub
parent a207eb2fc8
commit 737062983e
3 changed files with 548 additions and 544 deletions

1086
dist/index.js vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -174,11 +174,13 @@ class RemoteBuilder {
`
apk update -q
apk add zip -q
apk add tree -q
cd "${this.libraryFolderFull}"
tree
zip -r "lib-${this.buildId}.zip" "${this.libraryFolderFull}"
mv "lib-${this.buildId}.zip" "${cacheFolderFull}/lib"
cd "${this.projectPathFull}"
ls -lh "${this.buildPathFull}"
ls -lh "${this.projectPathFull}"
zip -r "build-${this.buildId}.zip" "${this.projectPathFull}/${RemoteBuilder.buildParams.buildPath}"
mv "build-${this.buildId}.zip" "/${buildVolumeFolder}/${this.buildId}/build-${this.buildId}.zip"
`,