Skip to content

Commit f9b3e9b

Browse files
committed
Download makensis (choco)
1 parent bf58b09 commit f9b3e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-build-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Set app version
4343
run: |
4444
Set-Content -Path ./Build/Sledge.Editor.New.Installer.nsi -Value ((Get-Content './Build/Sledge.Editor.New.Installer.nsi' -Raw) -replace "{version}", "$env:version")
45+
- name: 'Install makensis (choco)'
46+
run: choco install nsis
4547
- name: Build installer
4648
uses: joncloud/makensis-action@v5.0
4749
with:

0 commit comments

Comments
 (0)