Update Apple Signing actions (#228)

main
Joe Rozner 2023-05-30 14:41:34 -07:00 committed by GitHub
parent 7b68df4816
commit 45498f31f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
- name: Import Signing Certificate ( macos )
if: runner.os == 'macOS' && env.signMacRelease == 'true'
uses: Apple-Actions/import-codesign-certs@v1.0.4
uses: Apple-Actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.MACOS_CERT }}
p12-password: ${{ secrets.MACOS_PASS }}