Skip to content

Commit

Permalink
fix p12 file name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasharkema committed Apr 29, 2020
1 parent 20eec10 commit 8eb674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Import Application Siging
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.CERTIFICATES_APPLICATION_P12_PASSWORD }}
p12-file-base64: ${{ secrets.CERTIFICATES_APPLICATION_P12 }}
p12-password: ${{ secrets.CERTIFICATES_APPLICATION_P12_PASSWORD }}
- name: Code Sign
run: |
Expand Down

0 comments on commit 8eb674b

Please sign in to comment.