mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-10 02:19:01 +08:00
Don't create keychain twice.
CURA-6867
This commit is contained in:
parent
7057bd6fb7
commit
179b29d2c2
1
.github/workflows/cura-installer.yml
vendored
1
.github/workflows/cura-installer.yml
vendored
@ -159,6 +159,7 @@ jobs:
|
||||
if: ${{ runner.os == 'Macos' }}
|
||||
uses: apple-actions/import-codesign-certs@v1
|
||||
with:
|
||||
create-keychain: false # keychain is created in previous use of action.
|
||||
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
|
||||
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user