diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 64778d73..2eeacc9f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,6 +44,9 @@ jobs: cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo + + - name: Move build files to root + run: | move build/RelWithDebInfo/* ../../ - name: Check dir structure