Add zip package to Windows release build

This commit is contained in:
Matt Hess
2025-12-29 05:32:36 +00:00
parent c3de3e889f
commit a1337b4e10

View File

@@ -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: