We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a685456 commit 244c41dCopy full SHA for 244c41d
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build MSI installer
78
run: |
79
candle.exe -dSourceDir=. installer/installer.wxs -o installer.wixobj
80
- light.exe -out stackmatch-${{ needs.build-executables.outputs.tag_name }}.msi installer.wixobj
+ light.exe -ext WixUIExtension -out stackmatch-${{ needs.build-executables.outputs.tag_name }}.msi installer.wixobj
81
shell: cmd
82
83
- name: Upload MSI artifact
0 commit comments