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.
2 parents 1ecc3df + 4f97469 commit b107ff3Copy full SHA for b107ff3
.github/workflows/installer.yml
@@ -15,6 +15,10 @@ jobs:
15
repository: 'PathOfBuildingCommunity/PathOfBuilding-Installer'
16
ref: 'master'
17
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
22
- name: Create installer
23
run: 'python3 make_release.py --game-version 2'
24
- name: Upload artifact
0 commit comments