From 4993afd6f0c79079be88778d33913497a8c3b6b1 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 15 Jun 2022 19:56:15 +0300 Subject: [PATCH] cleanup: consolidated moving build files into root into build step on windows --- .github/workflows/benchmark.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0a5b944d..4e20c994 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,9 +42,6 @@ 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