Include luau-ast in the releases

This PR modifies the new-release workflow to include building the `luau-ast` binary as well.
This commit is contained in:
aaron 2024-09-25 13:12:27 -07:00 committed by GitHub
parent 946a097e93
commit 183035b8ad
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
- name: configure
run: cmake . -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI Luau.Compile.CLI --config Release -j 2
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI Luau.Compile.CLI Luau.Ast.CLI --config Release -j 2
- name: pack
if: matrix.os.name != 'windows'
run: zip luau-${{matrix.os.name}}.zip luau*