Skip to content

Commit 9b24d0e

Browse files
authored
Update build-installer.yml
1 parent 4e7722c commit 9b24d0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
run: choco install innosetup --yes
2929

3030
- name: Build Installer
31+
shell: pwsh
3132
run: |
32-
cmd.exe /c ""C:\Program Files (x86)\Inno Setup 6\ISCC.exe" installer\SmtpRelayInstaller.iss"
33+
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "installer\SmtpRelayInstaller.iss"
3334
3435
- name: Upload Final Installer
3536
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)