Skip to content

Commit 51828fd

Browse files
committed
Fix release
1 parent aeba66e commit 51828fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
VERSION: ${{ steps.extract_name.outputs.result }}
103103
run: echo %VERSION% > bin\appversion
104104
shell: cmd
105+
- name: Install Inno Setup
106+
run: choco install innosetup
105107
- name: Create Windows setup
106108
run: iscc setup.iss
107109
- name: Create artifact

0 commit comments

Comments
 (0)