Skip to content

Commit

Permalink
new p12
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Feb 27, 2025
1 parent aff5023 commit 0f3a91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Apple Certificate
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
p12-file-base64: ${{ secrets.APPLE_DISTRIBUTION_CERTIFICATE_P12 }}
p12-password: ${{ secrets.APPLE_PASSWORD }}

- name: Install the provisioning profile
Expand Down

0 comments on commit 0f3a91a

Please sign in to comment.