Skip to content

Commit

Permalink
Download provisioning profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
conradev committed Sep 8, 2024
1 parent 62a5739 commit b7e3b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download Provisioning Profiles
uses: ./.github/actions/download-profiles
with:
app-store-key: ${{ secrets.APPSTORE_KEY }}
app-store-key-id: ${{ secrets.APPSTORE_KEY_ID }}
app-store-key-issuer-id: ${{ secrets.APPSTORE_KEY_ISSUER_ID }}
- name: Import Certificate
uses: ./.github/actions/import-cert
with:
Expand Down

0 comments on commit b7e3b27

Please sign in to comment.