From 1753301753301d308983e05babb183f71f66161a Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 14 Sep 2023 13:14:57 +0200 Subject: [PATCH] GHA: Fix Windows x64_32 release template .NET not built --- .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 77382c7..ec3112d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -90,7 +90,7 @@ jobs: - name: Template .NET (x86_32, release) target: template_release - arch: x86_64 + arch: x86_32 build-mono: true - name: Template .NET (x86_32, debug)