GH: Fix windows build error

This commit is contained in:
Serhii Snitsaruk 2023-07-30 12:56:20 +02:00
parent 3d71ff400d
commit 442b367bc2
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ jobs:
- name: Generate C# glue
if: matrix.build-mono && matrix.target == 'editor'
run: |
./bin/$BIN --headless --generate-mono-glue ./modules/mono/glue || true
./bin/${{ env.BIN }} --headless --generate-mono-glue ./modules/mono/glue || true
- name: Build .NET solutions
if: matrix.build-mono && matrix.target == 'editor'