pull/310/head
Frostebite 2021-12-26 20:01:40 +00:00
parent 1ca29bd965
commit d04ed6b72c
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@ -2724,8 +2724,8 @@ class BuildStep {
chmod -R +x "/entrypoint.sh" chmod -R +x "/entrypoint.sh"
chmod -R +x "/steps" chmod -R +x "/steps"
/entrypoint.sh /entrypoint.sh
apk update -q apt-get update
apk add zip tree -q apt-get install zip -q
cd "$libraryFolderFull/.." cd "$libraryFolderFull/.."
zip -r "lib-$BUILDID.zip" "./Library" zip -r "lib-$BUILDID.zip" "./Library"
mv "lib-$BUILDID.zip" "/$cacheFolderFull/lib" mv "lib-$BUILDID.zip" "/$cacheFolderFull/lib"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -32,8 +32,8 @@ export class BuildStep implements StepInterface {
chmod -R +x "/entrypoint.sh" chmod -R +x "/entrypoint.sh"
chmod -R +x "/steps" chmod -R +x "/steps"
/entrypoint.sh /entrypoint.sh
apk update -q apt-get update
apk add zip tree -q apt-get install zip -q
cd "$libraryFolderFull/.." cd "$libraryFolderFull/.."
zip -r "lib-$BUILDID.zip" "./Library" zip -r "lib-$BUILDID.zip" "./Library"
mv "lib-$BUILDID.zip" "/$cacheFolderFull/lib" mv "lib-$BUILDID.zip" "/$cacheFolderFull/lib"