diff --git a/tools/ci/run_od.sh b/tools/ci/run_od.sh index 1224de77ef7..61a27badde3 100755 --- a/tools/ci/run_od.sh +++ b/tools/ci/run_od.sh @@ -1,3 +1,3 @@ #!/bin/bash set -eo pipefail -dotnet OpenDream/DMCompiler/bin/Release/net7.0/DMCompiler.dll --suppress-unimplemented paradise.dme +dotnet OpenDream/bin/DMCompiler/DMCompiler.dll --suppress-unimplemented paradise.dme