diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml
index 39d7e38ea4..329007ebf9 100644
--- a/.github/workflows/compiler-test.yml
+++ b/.github/workflows/compiler-test.yml
@@ -33,14 +33,14 @@ jobs:
- name: Build
run: dotnet build main/OpenDream.sln --configuration Release --no-restore /m
- name: Compile TestGame
- run: main\DMCompiler\bin\Release\net7.0\DMCompiler.exe main\TestGame\environment.dme
+ run: main\bin\DMCompiler\DMCompiler.exe main\TestGame\environment.dme
- name: Checkout Modified /tg/station
uses: actions/checkout@v2
with:
repository: wixoaGit/tgstation
path: tg
- name: Compile Modified /tg/station
- run: main\DMCompiler\bin\Release\net7.0\DMCompiler.exe tg\tgstation.dme
+ run: main\bin\DMCompiler\DMCompiler.exe tg\tgstation.dme
- name: Checkout 64-bit Paradise
uses: actions/checkout@v2
with:
@@ -48,4 +48,4 @@ jobs:
ref: rustg_64
path: para
- name: Compile 64-bit Paradise
- run: main\DMCompiler\bin\Release\net7.0\DMCompiler.exe para\paradise.dme
+ run: main\bin\DMCompiler\DMCompiler.exe para\paradise.dme
diff --git a/DMCompiler/DMCompiler.csproj b/DMCompiler/DMCompiler.csproj
index 9b7014b99e..c533fdee4f 100644
--- a/DMCompiler/DMCompiler.csproj
+++ b/DMCompiler/DMCompiler.csproj
@@ -6,6 +6,8 @@
enable
Debug;Release;Tools
AnyCPU
+ false
+ ..\bin\DMCompiler\