We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7722c commit 9b24d0eCopy full SHA for 9b24d0e
1 file changed
.github/workflows/build-installer.yml
@@ -28,8 +28,9 @@ jobs:
28
run: choco install innosetup --yes
29
30
- name: Build Installer
31
+ shell: pwsh
32
run: |
- 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"
34
35
- name: Upload Final Installer
36
uses: actions/upload-artifact@v4
0 commit comments