mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:05:59 +08:00
Update cura-installer.yml
This commit is contained in:
parent
179b29d2c2
commit
0880736de5
15
.github/workflows/cura-installer.yml
vendored
15
.github/workflows/cura-installer.yml
vendored
@ -146,20 +146,19 @@ jobs:
|
|||||||
if: ${{ runner.os == 'Linux' }}
|
if: ${{ runner.os == 'Linux' }}
|
||||||
run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import
|
run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import
|
||||||
|
|
||||||
- name: Configure Macos keychain Developer Cert(Bash)
|
# - name: Configure Macos keychain Developer Cert(Bash)
|
||||||
id: macos-keychain-developer-cert
|
# id: macos-keychain-developer-cert
|
||||||
if: ${{ runner.os == 'Macos' }}
|
# if: ${{ runner.os == 'Macos' }}
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
# uses: apple-actions/import-codesign-certs@v1
|
||||||
with:
|
# with:
|
||||||
p12-file-base64: ${{ secrets.MACOS_CERT_P12 }}
|
# p12-file-base64: ${{ secrets.MACOS_CERT_P12 }}
|
||||||
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
# p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Configure Macos keychain Installer Cert (Bash)
|
- name: Configure Macos keychain Installer Cert (Bash)
|
||||||
id: macos-keychain-installer-cert
|
id: macos-keychain-installer-cert
|
||||||
if: ${{ runner.os == 'Macos' }}
|
if: ${{ runner.os == 'Macos' }}
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v1
|
||||||
with:
|
with:
|
||||||
create-keychain: false # keychain is created in previous use of action.
|
|
||||||
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
|
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
|
||||||
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user