Skip to content

Commit 244c41d

Browse files
committed
Fixed an error with github actions
1 parent a685456 commit 244c41d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build MSI installer
7878
run: |
7979
candle.exe -dSourceDir=. installer/installer.wxs -o installer.wixobj
80-
light.exe -out stackmatch-${{ needs.build-executables.outputs.tag_name }}.msi installer.wixobj
80+
light.exe -ext WixUIExtension -out stackmatch-${{ needs.build-executables.outputs.tag_name }}.msi installer.wixobj
8181
shell: cmd
8282

8383
- name: Upload MSI artifact

0 commit comments

Comments
 (0)