diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a6a57a..b9bd641 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |