diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6054a10..778ec25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}