release: remove deprecated MSI installer, closes #1174 (#1187)

This commit is contained in:
Huang Xin 2025-05-19 09:29:44 +08:00 committed by GitHub
parent b83972e366
commit 93e81ee05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ jobs:
release: windows
arch: x86_64
rust_target: x86_64-pc-windows-msvc
args: '--target x86_64-pc-windows-msvc'
args: '--target x86_64-pc-windows-msvc --bundles nsis'
- os: windows-latest
release: windows
arch: aarch64