From a1337b4e10969ae2b9407f458ec6d6e09ca5fa53 Mon Sep 17 00:00:00 2001 From: Matt Hess Date: Mon, 29 Dec 2025 05:32:36 +0000 Subject: [PATCH] Add zip package to Windows release build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e9ba1a..b249a67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,7 +260,7 @@ jobs: with: msystem: MINGW64 update: true - install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake + install: git make zip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake - uses: actions/checkout@v4 with: