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