From 442b367bc27f27d596111489dfb7b13755e09e5e Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 30 Jul 2023 12:56:20 +0200 Subject: [PATCH] GH: Fix windows build error --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 430131d..3238305 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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'