cleanup: consolidated moving build files into root into build step on windows

This commit is contained in:
Allan Jeremy 2022-06-15 19:56:15 +03:00
parent d22d61a375
commit 4993afd6f0

View file

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