From 6c01fb55960ad0d5815b6f115d5d05ca36905de1 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 19:03:53 +0300 Subject: [PATCH] debug: moved move command to its own step for debugging purposes --- .github/workflows/benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) 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