Skip to content

Commit c55fefc

Browse files
Merge pull request #167 from PelagicaApp/develop
Add NSIS to PATH in desktop release workflow
2 parents 52f8d48 + 3e31d91 commit c55fefc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/desktop-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999

100100
- name: Install NSIS
101101
run: choco install nsis -y
102+
103+
- name: Add NSIS to PATH
104+
shell: bash
105+
run: echo "C:\Program Files (x86)\NSIS" >> "$GITHUB_PATH"
102106

103107
- name: Build Windows installer
104108
run: task desktop:installer:windows

0 commit comments

Comments
 (0)