We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5f08a commit d259c2fCopy full SHA for d259c2f
1 file changed
.github/workflows/build-unsigned.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Compile Inno Setup Installer
29
run: |
30
- "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
31
-
+ & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss
+
32
- name: Upload Installer as Artifact
33
uses: actions/upload-artifact@v4
34
with:
0 commit comments