From e892ef1a36deead21df2c5255e621cde0250c97e Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sat, 29 Jul 2023 10:00:43 +0200 Subject: [PATCH] GH: Fix .net solution generation on windows --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index acd848b..ea8aae1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,7 +11,7 @@ on: # Global Settings env: GODOT_TREEISH: 4.1.1-stable - LIMBOAI_TREEISH: vs-fix + LIMBOAI_TREEISH: master VERSION_STRING: 4.1.1-limboai+dev SCONS_CACHE_MSVC_CONFIG: true @@ -157,7 +157,7 @@ jobs: - name: Build .NET solutions if: matrix.build-mono && matrix.target == 'editor' run: | - ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd + ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=windows - name: Prepare artifact run: |