pull/289/head
Frostebite 2021-08-15 04:41:24 +00:00 committed by GitHub
parent 737062983e
commit 8918f23f05
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -2256,6 +2256,7 @@ class RemoteBuilder {
core.info('Starting part 2/4 (build unity project)');
yield this.RemoteBuilderProviderPlatform.runBuildTask(this.buildId, baseImage.toString(), [
`
printenv
cp -r "${this.builderPathFull}/dist/default-build-script/" "/UnityBuilderAction"
cp -r "${this.builderPathFull}/dist/entrypoint.sh" "/entrypoint.sh"
cp -r "${this.builderPathFull}/dist/steps/" "/steps"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -149,6 +149,7 @@ class RemoteBuilder {
baseImage.toString(),
[
`
printenv
cp -r "${this.builderPathFull}/dist/default-build-script/" "/UnityBuilderAction"
cp -r "${this.builderPathFull}/dist/entrypoint.sh" "/entrypoint.sh"
cp -r "${this.builderPathFull}/dist/steps/" "/steps"