From c1c78d780489af2302b76aa1b412cac65dff3bb5 Mon Sep 17 00:00:00 2001 From: Joe Roskopf <7951665+j-roskopf@users.noreply.github.com> Date: Tue, 28 May 2024 09:34:25 -0500 Subject: [PATCH] desktop release --- .github/workflows/desktop-release-testflight.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-release-testflight.yml b/.github/workflows/desktop-release-testflight.yml index 889617a..4a838a8 100644 --- a/.github/workflows/desktop-release-testflight.yml +++ b/.github/workflows/desktop-release-testflight.yml @@ -20,12 +20,13 @@ jobs: - name: Setup environment uses: ./.github/actions/setup-gradle - - name: Import Mac App Distribution and Installer certificate + # Developer ID Application + - name: Import signing certificate uses: apple-actions/import-codesign-certs@v3 with: - p12-file-base64: ${{ secrets.MAC_APP_DISTRIBUTION_INSTALLER_CERTIFICATE }} + p12-file-base64: ${{ secrets.CERTIFICATES_P12 }} p12-password: ${{ secrets.CERTIFICATES_PASSWORD }} - + - name: Create Embedded Provision Profile run: | echo "$EMBEDDED_PROVISION" > desktopApp/embedded.provisionprofile.b64