From d9da0745403b244dd3703583a0298568443a9aaa Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sat, 6 Apr 2024 11:00:33 +0200 Subject: [PATCH] Aggregate macOS certificates --- .../workflows/desktop-macos-testflight-release.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/desktop-macos-testflight-release.yaml b/.github/workflows/desktop-macos-testflight-release.yaml index 2d5235d2..f1a64f4a 100644 --- a/.github/workflows/desktop-macos-testflight-release.yaml +++ b/.github/workflows/desktop-macos-testflight-release.yaml @@ -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: |