Skip to content

Commit 9688c20

Browse files
committed
Added nsis to github actions' path
1 parent 4d20d77 commit 9688c20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install NSIS
3333
run: choco install nsis
3434

35+
- name: Add NSIS to PATH
36+
run: echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
37+
3538
- name: make installer
3639
run: |
3740
cd scripts

0 commit comments

Comments
 (0)