Merge pull request #436 from janhq/fix/import-cert
Add continue on error for import cert
This commit is contained in:
commit
3237efe94b
3
.github/workflows/jan-electron-build.yml
vendored
3
.github/workflows/jan-electron-build.yml
vendored
@ -44,7 +44,8 @@ jobs:
|
|||||||
CODE_SIGN_P12_BASE64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
CODE_SIGN_P12_BASE64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
||||||
|
|
||||||
- uses: apple-actions/import-codesign-certs@v2
|
- uses: apple-actions/import-codesign-certs@v2
|
||||||
with:
|
continue-on-error: true
|
||||||
|
with:
|
||||||
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
||||||
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
|
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/jan-plugins.yml
vendored
2
.github/workflows/jan-plugins.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
- "!plugins/*/package.json"
|
- "!plugins/*/package.json"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: mac-silicon
|
runs-on: macos-silicon
|
||||||
environment: production
|
environment: production
|
||||||
outputs:
|
outputs:
|
||||||
branch_name: ${{ steps.commit_and_tag.outputs.branch_name }}
|
branch_name: ${{ steps.commit_and_tag.outputs.branch_name }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user