Skip to content

Commit 25256c2

Browse files
committed
Fixing script
1 parent 798b07e commit 25256c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ jobs:
112112
shell: powershell
113113

114114
- name: Build installer
115-
run: '"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" gui\packaging\setup.iss'
115+
shell: cmd
116+
run: |
117+
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" gui\packaging\setup.iss
116118
117119
- name: Upload installer
118120
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)