debug: moving build files into root

This commit is contained in:
Allan Jeremy 2022-06-15 18:55:12 +03:00
parent e4c98b1c7e
commit 0ee5f2cf5f

View file

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