Skip to content

Commit

Permalink
fix wix command
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Sep 19, 2024
1 parent 2aa86ea commit 49313b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ jobs:
if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
run: |
dotnet tool install --global wix
wix build qtedit4.wxs
echo candle qtedit4.wxs
echo light -out dist/qtedit4.msi qtedit4.wixobj
wix build qtedit4.wxs -o dist
- name: Upload setup
if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 49313b6

Please sign in to comment.