This repository was archived by the owner on Oct 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ uploadAssembly "${ASSEMBLY_PREFIX}" "${PROJECT_NAME}"
1313
1414echo " Launching deployments"
1515
16- dotnet run -p ../gdk-for-unity/ workers/unity/Packages/com .improbable.gdk.deploymentlauncher/.DeploymentLauncher/DeploymentLauncher.csproj -- \
16+ dotnet run -p workers/unity/Packages/io .improbable.gdk.deploymentlauncher/.DeploymentLauncher/DeploymentLauncher.csproj -- \
1717 create \
1818 --project_name " ${PROJECT_NAME} " \
1919 --assembly_name " ${ASSEMBLY_NAME} " \
@@ -27,7 +27,7 @@ CONSOLE_URL="https://console.improbable.io/projects/${PROJECT_NAME}/deployments/
2727
2828buildkite-agent annotate --style " success" " Deployment URL: ${CONSOLE_URL} <br/>"
2929
30- dotnet run -p ../gdk-for-unity/ workers/unity/Packages/com .improbable.gdk.deploymentlauncher/.DeploymentLauncher/DeploymentLauncher.csproj -- \
30+ dotnet run -p workers/unity/Packages/io .improbable.gdk.deploymentlauncher/.DeploymentLauncher/DeploymentLauncher.csproj -- \
3131 create-sim \
3232 --project_name " ${PROJECT_NAME} " \
3333 --assembly_name " ${ASSEMBLY_NAME} " \
You can’t perform that action at this time.
0 commit comments