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: |