Include luau-ast in the releases (#1439)

This commit is contained in:
aaron 2024-09-25 16:36:12 -04:00 committed by GitHub
parent 946a097e93
commit c188715605
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ jobs:
- name: configure - name: configure
run: cmake . -DCMAKE_BUILD_TYPE=Release run: cmake . -DCMAKE_BUILD_TYPE=Release
- name: build - 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 - name: pack
if: matrix.os.name != 'windows' if: matrix.os.name != 'windows'
run: zip luau-${{matrix.os.name}}.zip luau* run: zip luau-${{matrix.os.name}}.zip luau*