Add NSIS installation step to release workflow

This commit is contained in:
ZephZae
2026-06-17 11:44:15 +10:00
committed by GitHub
parent 474c6ad95f
commit 8cd798ca78
+3
View File
@@ -56,6 +56,9 @@ jobs:
run: |
cmake --build build --config Release
- name: Install NSIS
run: choco install nsis -y
- name: Run CPack (Generate Installer)
working-directory: build
run: |