From 183035b8adc0d3d1c2d0dc741808f0d673498eff Mon Sep 17 00:00:00 2001
From: aaron <aaronweiss@roblox.com>
Date: Wed, 25 Sep 2024 13:12:27 -0700
Subject: [PATCH] Include luau-ast in the releases

This PR modifies the new-release workflow to include building the `luau-ast` binary as well.
---
 .github/workflows/new-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml
index 078a18f9..62c83a18 100644
--- a/.github/workflows/new-release.yml
+++ b/.github/workflows/new-release.yml
@@ -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*