Skip to content

Commit

Permalink
To remove: enable sign macos for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Nov 28, 2024
1 parent fbec09f commit ff598df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ jobs:
run: |
if ${{ matrix.platform == 'macos' }}; then
# export DEBUG='electron-notarize*'
export CSC_FOR_PULL_REQUEST='${{ github.actor == 'FirelightFlagboy' }}'
export CSC_LINK='${{ secrets.MACOS_CERT }}'
export CSC_KEY_PASSWORD='${{ secrets.MACOS_CERT_PASSWD }}'
export CSC_NAME='${{ secrets.MACOS_CERT_COMMON_NAME }}'
Expand Down

0 comments on commit ff598df

Please sign in to comment.