Skip to content

Commit

Permalink
fixup! Sign app on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 31, 2024
1 parent d449d14 commit b138511
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ jobs:
PARSEC_APP_SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# FIXME: Remove me before merging, I'm just here to test the code signing for macos
CSC_FOR_PULL_REQUEST: ${{ matrix.platform == 'macos' }}
CSC_LINK: ${{ matrix.platform == 'macos' && secrets.MACOS_CERT}}
CSC_LINK: ${{ matrix.platform == 'macos' && secrets.MACOS_CERT || '' }}
CSC_KEY_PASSWORD: ${{ matrix.platform == 'macos' && secrets.MACOS_CERT_PASSWD }}
CSC_NAME: ${{ matrix.platform == 'macos' && secrets.MACOS_CERT_COMMON_NAME }}
CSC_IDENTITY_AUTO_DISCOVERY: ${{ matrix.platform == 'macos' }}
CSC_KEYCHAIN: ${{ matrix.platform == 'macos' && 'build.keychain' }}
APPLE_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID}}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.MACOS_NOTARIZATION_PASSWD }}
APPLE_TEAM_ID: ${{ matrix.platform == 'macos' && secrets.MACOS_NOTARIZATION_TEAM_ID }}
APPLE_ID: ${{ matrix.platform == 'macos' && secrets.MACOS_NOTARIZATION_APPLE_ID}}
APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.platform == 'macos' && secrets.MACOS_NOTARIZATION_PASSWD }}
working-directory: client/electron
timeout-minutes: 10

Expand Down

0 comments on commit b138511

Please sign in to comment.