We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b82fe1 commit a828a0eCopy full SHA for a828a0e
.github/workflows/installer.yml
@@ -15,6 +15,8 @@ jobs:
15
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
16
ref: 'master'
17
ssh-key: '${{ secrets.POB_INSTALLER_KEY }}'
18
+ - name: Install NSIS
19
+ run: choco install nsis --yes
20
- name: Create installer
21
run: 'python3 make_release.py --game-version 2'
22
- name: Upload artifact
0 commit comments