Skip to content

Commit

Permalink
apple cert
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 14, 2024
1 parent b5864b2 commit caac7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Apple Certificate
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
p12-password: ${{ secrets.APPLE_PASSWORD }}

- name: Install the provisioning profile
Expand Down

0 comments on commit caac7f0

Please sign in to comment.