ci: mac code signing

This commit is contained in:
Lewis Crichton 2024-01-11 17:50:30 +00:00 committed by GitHub
parent 563ba1eebe
commit 33eb1af2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,3 +41,4 @@ jobs:
pnpm electron-builder --${{ matrix.platform }} --publish always
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_LINK: ${{ matrix.platform == "mac" && secrets.APPLE_SIGNING_CERT }}