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 66bb218 commit 4f97469Copy full SHA for 4f97469
.github/workflows/installer.yml
@@ -19,8 +19,6 @@ jobs:
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: Check NSIS
23
- run: makensis /VERSION
24
- name: Create installer
25
run: 'python3 make_release.py --game-version 2'
26
- name: Upload artifact
0 commit comments