Skip to content

Commit 46a7af5

Browse files
author
OpenIPC Dashboard
committed
Fix CI: Use call operator & for ISCC.exe in PowerShell
1 parent 093e3bc commit 46a7af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create Installer
5050
run: |
5151
choco install innosetup
52-
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
52+
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
5353
5454
- name: Upload Artifacts
5555
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)