We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b6964e + c2d1fb1 commit acd0fe3Copy full SHA for acd0fe3
.github/workflows/package.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Build MSI installer
77
run: |
78
cd installer
79
- candle.exe OpenSpeedy.wxs -dVersion=${{ github.event.inputs.version }} -ext WixUIExtension
+ candle.exe OpenSpeedy.wxs -dVersion="${{ github.event.inputs.version }}" -ext WixUIExtension
80
light.exe OpenSpeedy.wixobj -out ../OpenSpeedy-installer-${{ github.event.inputs.version }}.msi -ext WixUIExtension
81
82
- id: upload-unsigned-installer
0 commit comments