From 0ee5f2cf5f913deeeccbe11df3af339b30d34d96 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 18:55:12 +0300 Subject: [PATCH] debug: moving build files into root --- .github/workflows/benchmark.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: