diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml index 67138a2a95..b779c54106 100644 --- a/.github/workflows/compiler-test.yml +++ b/.github/workflows/compiler-test.yml @@ -39,7 +39,7 @@ jobs: - name: Compile TestGame in directory run: | cd main\TestGame\ - main\bin\DMCompiler\DMCompiler.exe environment.dme --suppress-unimplemented + ..\bin\DMCompiler\DMCompiler.exe environment.dme --suppress-unimplemented - name: Checkout /tg/station Master uses: actions/checkout@v2 with: