Skip to content

Commit

Permalink
Merge pull request #24 from pulumi/justin/wix
Browse files Browse the repository at this point in the history
Updates for WiX Toolset v3.14
  • Loading branch information
justinvp authored Mar 8, 2024
2 parents b7e9d3f + abb95f6 commit 7ede94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Set path for candle and light from WixTools
run: echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
run: echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" >> $GITHUB_PATH
shell: bash
- name: Generate Pulumi MSI
run: dotnet run --project ./src -- generate msi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Set path for candle and light from WixTools
run: echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
run: echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" >> $GITHUB_PATH
shell: bash
- name: Generate Pulumi MSI
run: dotnet run --project ./src -- generate msi
Expand Down

0 comments on commit 7ede94a

Please sign in to comment.