diff --git a/dist/index.js b/dist/index.js index 465e9add..9ba0dda0 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 93feb4f3..9aea81ea 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/platforms/windows/steps/activate.ps1 b/dist/platforms/windows/activate.ps1 similarity index 100% rename from dist/platforms/windows/steps/activate.ps1 rename to dist/platforms/windows/activate.ps1 diff --git a/dist/platforms/windows/steps/build.ps1 b/dist/platforms/windows/build.ps1 similarity index 100% rename from dist/platforms/windows/steps/build.ps1 rename to dist/platforms/windows/build.ps1 diff --git a/dist/platforms/windows/steps/return_license.ps1 b/dist/platforms/windows/return_license.ps1 similarity index 100% rename from dist/platforms/windows/steps/return_license.ps1 rename to dist/platforms/windows/return_license.ps1 diff --git a/src/model/docker.ts b/src/model/docker.ts index 1ded47cc..78d22071 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -57,11 +57,10 @@ class Docker { --volume "C:/Program Files (x86)/Windows Kits":"C:/Program Files (x86)/Windows Kits" \ --volume "C:/ProgramData/Microsoft/VisualStudio":"C:/ProgramData/Microsoft/VisualStudio" \ --volume "${actionFolder}/default-build-script":"c:/UnityBuilderAction" \ - --volume "${actionFolder}/platforms/ubuntu/steps":"c:/steps" \ - --volume "${actionFolder}/platforms/windows/entrypoint.ps1":"c:/entrypoint.ps1" \ + --volume "${actionFolder}/platforms/windows":"c:/steps" \ --volume "${actionFolder}/BlankProject":"c:/BlankProject" \ ${image} \ - powershell c:/entrypoint.ps1`; + powershell c:/steps/entrypoint.ps1`; } }