Skip to content

Commit

Permalink
windows signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sapien99 authored Sep 21, 2022
1 parent ec68ee2 commit 45b5161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
use_vue_cli: true
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
windows_certs: ${{ secrets.win_certs }}
windows_certs_password: ${{ secrets.win_certs_password }}

# release the app after building - never in this step
release: never
Expand All @@ -43,6 +45,8 @@ jobs:
use_vue_cli: true
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
windows_certs: ${{ secrets.win_certs }}
windows_certs_password: ${{ secrets.win_certs_password }}

# release the app after building - in case of a tag starting with v (in this case always)
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 45b5161

Please sign in to comment.