Update build-macos-arm64.yml

This commit is contained in:
RustDesk
2024-03-30 17:13:23 +08:00
committed by GitHub
Unverified
parent 19bf5f1a23
commit d699496a52

View File

@@ -39,6 +39,7 @@ jobs:
- name: Import the codesign cert
if: env.MACOS_P12_BASE64 != null
uses: apple-actions/import-codesign-certs@v1
continue-on-error: true
with:
p12-file-base64: ${{ secrets.MACOS_P12_BASE64 }}
p12-password: ${{ secrets.MACOS_P12_PASSWORD }}