debug: moved move command to its own step for debugging purposes

This commit is contained in:
Allan Jeremy 2022-06-15 19:03:53 +03:00
parent 0ee5f2cf5f
commit 6c01fb5596

View file

@ -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