GH: Fix .net solution generation on windows

This commit is contained in:
Serhii Snitsaruk 2023-07-29 10:00:43 +02:00
parent 273512ecbb
commit e892ef1a36
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
# Global Settings # Global Settings
env: env:
GODOT_TREEISH: 4.1.1-stable GODOT_TREEISH: 4.1.1-stable
LIMBOAI_TREEISH: vs-fix LIMBOAI_TREEISH: master
VERSION_STRING: 4.1.1-limboai+dev VERSION_STRING: 4.1.1-limboai+dev
SCONS_CACHE_MSVC_CONFIG: true SCONS_CACHE_MSVC_CONFIG: true
@ -157,7 +157,7 @@ jobs:
- name: Build .NET solutions - name: Build .NET solutions
if: matrix.build-mono && matrix.target == 'editor' if: matrix.build-mono && matrix.target == 'editor'
run: | 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 - name: Prepare artifact
run: | run: |