We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbae3f2 commit db7267dCopy full SHA for db7267d
.github/workflows/continuous-build-macos.yml
@@ -26,7 +26,7 @@ jobs:
26
brew install automake nasm yasm
27
28
- name: Import certificates
29
- uses: apple-actions/import-codesign-certs@v2
+ uses: apple-actions/import-codesign-certs@v3
30
with:
31
p12-file-base64: ${{ secrets.CERTIFICATES }}
32
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}
0 commit comments