Skip to content

Commit a828a0e

Browse files
Update installer.yml
Add nsis as the change from 2022 -> 2025 removed it as a default package
1 parent 6b82fe1 commit a828a0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/installer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
1616
ref: 'master'
1717
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
18+
- name: Install NSIS
19+
run: choco install nsis --yes
1820
- name: Create installer
1921
run: 'python3 make_release.py --game-version 2'
2022
- name: Upload artifact

0 commit comments

Comments
 (0)