mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Ensure that signing_temp.keychain has been removed
Contributes to CURA-8415
This commit is contained in:
parent
c894ffe934
commit
13fdb9499e
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
@ -166,6 +166,10 @@ jobs:
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import
|
||||
|
||||
- name: Remove Macos keychain (Bash)
|
||||
if: ${{ runner.os == 'Macos' && inputs.runner == 'self-hosted' }}
|
||||
run: security delete-keychain signing_temp.keychain || true
|
||||
|
||||
- name: Configure Macos keychain Developer Cert(Bash)
|
||||
id: macos-keychain-developer-cert
|
||||
if: ${{ runner.os == 'Macos' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user