Skip to content

Commit

Permalink
Add example Windows signing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie44 committed Dec 28, 2022
1 parent f4d5cd0 commit c5407d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ jobs:
- name: Build Electron App
env:
# Windows signing keys
# CSC_LINK: ${{ secrets.CSC_LINK }}
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
# Apple signing keys
XCODE_APP_LOADER_EMAIL: ${{ secrets.XCODE_APP_LOADER_EMAIL }}
XCODE_APP_LOADER_PASSWORD: ${{ secrets.XCODE_APP_LOADER_PASSWORD }}
run: yarn build-electron ${{ matrix.build_arch }}
Expand Down

0 comments on commit c5407d3

Please sign in to comment.