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 88601a6 commit e666cf0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: |
choco install osslsigncode -y
choco install zip -y
echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
WIXDIR=`ls '/c/Program Files (x86)'|grep WiX`
echo "C:\Program Files (x86)\$WIXDIR" >> $GITHUB_PATH
- name: Download Windows code signing certificate
env:
Expand All @@ -62,9 +63,9 @@ jobs:
fi
shell: bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
#
- name: Make artifacts (test)
if: github.event_name != 'push' || !contains(github.ref, 'refs/tags/')
run: | # On the fork PRs, our org secret is not visible. We unset the required env so that `make dist` uses default self-signed cert.
Expand Down

0 comments on commit e666cf0

Please sign in to comment.