Skip to content

Commit

Permalink
desktop release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed May 28, 2024
1 parent f3d582c commit c1c78d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/desktop-release-testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1c78d7

Please sign in to comment.