From 90d6894d8f2fd796818088c314cb4e3bacc9a207 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 16 Jun 2022 15:37:31 +0300 Subject: [PATCH] debug: list build files --- .github/workflows/benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4e20c994..9b71715f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,8 +42,12 @@ jobs: cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo + ls build/RelWithDebInfo move build/RelWithDebInfo/* . + # - name: Move build files to root + # run: + - name: Check dir structure run: | ls build/RelWithDebInfo