diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4c5aaa192..63743c55d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,11 +30,17 @@ jobs: with: ref: ${{env.release_branch}} - - name: Install the Apple certificate and provisioning profile + - name: Install the Apple distribution certificate and provisioning profile uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.CERTIFICATES_P12 }} p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }} + + - name: Install the Apple distribution certificate and provisioning profile + uses: apple-actions/import-codesign-certs@v2 + with: + p12-file-base64: ${{ secrets.DEV_CERTIFICATES_P12 }} + p12-password: ${{ secrets.DEV_CERTIFICATES_P12_PASSWORD }} # - name: Bump Version Number # run: | - name: Build Binaries