Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <[email protected]>
  • Loading branch information
evacchi committed Mar 7, 2024
1 parent e666cf0 commit b007eb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
# windows-2022 is missing osslsigncode (no issue, yet)
- name: "Install osslsigncode, infozip; setup wix"
run: |
choco install osslsigncode -y
choco install zip -y
WIXDIR=`ls '/c/Program Files (x86)'|grep WiX`
echo "C:\Program Files (x86)\$WIXDIR"
echo "C:\Program Files (x86)\$WIXDIR" >> $GITHUB_PATH
choco install osslsigncode -y
choco install zip -y
- name: Download Windows code signing certificate
env:
Expand Down

0 comments on commit b007eb3

Please sign in to comment.