Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Mar 8, 2024
1 parent 1c8cc2d commit 26175b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,11 @@ jobs:
- name: Install Wix
if: matrix.os == 'windows'
run: |
ls "C:\Program Files (x86)\"
ls "C:\Program Files (x86)\WiX Toolset *\bin"
dotnet tool install --global wix
ls "C:\Program Files (x86)\"
ls "C:\Program Files (x86)\WiX Toolset *\bin"
- name: Configure certificates (macOS)
if: matrix.os == 'macos'
Expand Down

0 comments on commit 26175b8

Please sign in to comment.