We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf58b09 commit f9b3e9bCopy full SHA for f9b3e9b
.github/workflows/dotnet-build-package.yml
@@ -42,6 +42,8 @@ jobs:
42
- name: Set app version
43
run: |
44
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
47
- name: Build installer
48
uses: joncloud/makensis-action@v5.0
49
with:
0 commit comments