From 133eaa4e927a2ca90204e9a06e592cd42d8ab126 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 7 Apr 2026 23:30:35 +0200 Subject: [PATCH] Build Windows release in, well, Release mode --- .github/workflows/create-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index 831781c1..6a71ecfb 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -51,7 +51,7 @@ jobs: shell: bash run: | cmake -S . -B build --preset msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" - cmake --build build + cmake --build build --config Release - name: Package binaries run: | cmake --install build --config Release --prefix install_dir --verbose