From b431b3973a366bf196b54dcf884e2842427908df Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Mon, 9 Dec 2024 18:29:34 -0500 Subject: [PATCH] Build command --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 141ef7ed..38eda16b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: uses: ok-nick/setup-aftman@v0.4.2 - name: Build place file - run: rojo -o test.rbxl test.project.json + run: rojo build -o test.rbxl test.project.json - name: Upload place file shell: bash