Skip to content

Commit

Permalink
Aggregate macOS certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Apr 6, 2024
1 parent c9239a4 commit d9da074
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/desktop-macos-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@ jobs:
with:
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

- name: Import Mac App Distribution certificate
- name: Import Mac App Distribution and Installer certificate
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MAC_APP_DISTRIBUTION_CERTIFICATE }}
p12-password: ${{ secrets.MAC_APP_DISTRIBUTION_CERTIFICATE_PWD }}

- name: Import Mac Installer Distribution certificate
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MAC_INSTALLER_DISTRIBUTION_CERTIFICATE }}
p12-password: ${{ secrets.MAC_INSTALLER_DISTRIBUTION_CERTIFICATE_PWD }}
p12-file-base64: ${{ secrets.MAC_APP_DISTRIBUTION_INSTALLER_CERTIFICATE }}
p12-password: ${{ secrets.MAC_APP_DISTRIBUTION_INSTALLER_CERTIFICATE_PWD }}

- name: Create Embedded Provision Profile
run: |
Expand Down

0 comments on commit d9da074

Please sign in to comment.