diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index eb58a571..64778d73 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,10 +44,12 @@ jobs: cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo + move build/RelWithDebInfo/* ../../ - name: Check dir structure run: | - ls build/RelWithDebInfo + ls build + ls - uses: actions/setup-python@v3 with: