We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9834648 + 70b9c7e commit 0cbd379Copy full SHA for 0cbd379
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
# base64 CERTIFICATE.p12 | pbcopy -> secrets.CODESIGN_P12_BASE64
73
- name: "Import macOS codesign certificate"
74
if: runner.os == 'macOS'
75
- uses: "apple-actions/import-codesign-certs@v3"
+ uses: "apple-actions/import-codesign-certs@v4"
76
with:
77
p12-file-base64: "${{ secrets.CODESIGN_P12_BASE64 }}"
78
p12-password: "${{ secrets.CODESIGN_P12_PASSWORD }}"
0 commit comments