Skip to content

Commit d51aeb6

Browse files
authored
Install NSIS on Windows for installer creation
Added step to install NSIS on Windows before creating installer.
1 parent 37c2364 commit d51aeb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tagged_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ jobs:
201201
run: npm run build:win:prod
202202
working-directory: core
203203

204+
- name: Install NSIS on Windows
205+
if: matrix.os == 'windows-latest'
206+
run: choco install nsis -y
207+
204208
- name: Create Windows installer
205209
if: matrix.os == 'windows-latest'
206210
uses: joncloud/[email protected]

0 commit comments

Comments
 (0)