From 997a004e9d7dbc5f6f0c86653138dbe58b30a416 Mon Sep 17 00:00:00 2001 From: wixoa Date: Sat, 14 Oct 2023 12:02:11 -0400 Subject: [PATCH] Fix OD CI (#22881) --- tools/ci/run_od.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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