Skip to content

Commit d259c2f

Browse files
authored
Update build-unsigned.yml
1 parent 6f5f08a commit d259c2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-unsigned.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Compile Inno Setup Installer
2929
run: |
30-
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
31-
30+
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
31+
3232
- name: Upload Installer as Artifact
3333
uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)