GH: Use shorter version status for .net on linux and windows

This commit is contained in:
Serhii Snitsaruk 2023-08-03 00:17:50 +02:00
parent 5fa574b352
commit 9a6b7dc358
2 changed files with 8 additions and 0 deletions

View File

@ -157,11 +157,15 @@ jobs:
- name: Generate C# glue
if: matrix.build-mono && matrix.target == 'editor'
env:
GODOT_VERSION_STATUS: limboai
run: |
./bin/$BIN --headless --generate-mono-glue ./modules/mono/glue || true
- name: Build .NET solutions
if: matrix.build-mono && matrix.target == 'editor'
env:
GODOT_VERSION_STATUS: limboai
run: |
./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd

View File

@ -151,11 +151,15 @@ jobs:
- name: Generate C# glue
if: matrix.build-mono && matrix.target == 'editor'
env:
GODOT_VERSION_STATUS: limboai
run: |
./bin/${{ env.BIN }} --headless --generate-mono-glue ./modules/mono/glue || true
- name: Build .NET solutions
if: matrix.build-mono && matrix.target == 'editor'
env:
GODOT_VERSION_STATUS: limboai
run: |
./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=windows