fix
parent
796480c3c5
commit
189790213c
|
|
@ -2300,6 +2300,7 @@ class RemoteBuilder {
|
|||
yield this.RemoteBuilderProviderPlatform.runBuildTask(this.buildId, baseImage.toString(), [
|
||||
`
|
||||
printenv
|
||||
export GITHUB_WORKSPACE="${this.projectPathFull}"
|
||||
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"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -149,6 +149,7 @@ class RemoteBuilder {
|
|||
[
|
||||
`
|
||||
printenv
|
||||
export GITHUB_WORKSPACE="${this.projectPathFull}"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue