From ef46fa61ff6a734d1ba42cc524a83d7c697923eb Mon Sep 17 00:00:00 2001 From: Isaac Menis <61031023+menisisaac@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:25:43 -0500 Subject: [PATCH] Update deployment.yaml --- .github/workflows/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 71607ff..d18ebe2 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -17,7 +17,7 @@ jobs: with: submodules: recursive - name: Build Extension - run: scons platform=linux + run: scons platform=windows - name: Build id: build uses: manleydev/build-godot-action@v1.5.0