Skip to content

Commit b107ff3

Browse files
author
LocalIdentity
committed
Merge branch 'master' into dev
2 parents 1ecc3df + 4f97469 commit b107ff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/installer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
1616
ref: 'master'
1717
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
18+
- name: Install NSIS
19+
run: |
20+
choco install nsis --yes
21+
echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
1822
- name: Create installer
1923
run: 'python3 make_release.py --game-version 2'
2024
- name: Upload artifact

0 commit comments

Comments
 (0)