Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Install AzureSignTool on windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jan 14, 2021
1 parent 9884075 commit f974d44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Install azuresigntool
if: startsWith(matrix.os, 'windows')
run: |
dotnet tool install --global AzureSignTool --version 2.0.17
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit f974d44

Please sign in to comment.