Skip to content

Commit 575bcf1

Browse files
author
Leonid Genkin
committed
Fix WiX installation
1 parent 860f835 commit 575bcf1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-msi.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release MSI
22

3-
on:
4-
push:
5-
tags:
6-
- '*'
3+
on: push
74

85
jobs:
96
build-winetd-msi:
@@ -18,7 +15,7 @@ jobs:
1815
- name: Download WiX
1916
run: curl -LS https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311.exe > $env:temp\wix311.exe
2017
- name: Install WiX
21-
run: $env:temp\wix311.exe /install /quiet /norestart
18+
run: '"$env:temp\wix311.exe" "/install" "/quiet" "/norestart"'
2219
- name: Prepare MSI file
2320
run: '"%PROGRAMFILES(x86)%\WiX Toolset v3.11\bin\candle.exe" "winetd.wxs"'
2421
- name: Link MSI

0 commit comments

Comments
 (0)