mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Don't create keychain twice.
CURA-6867
This commit is contained in:
parent
7057bd6fb7
commit
179b29d2c2
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue