Skip to content

Commit

Permalink
Continue XCFramework job if certificate install step fails (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Dec 16, 2023
1 parent abaf862 commit 86e142e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: apple-actions/import-codesign-certs@v2
continue-on-error: true
with:
p12-file-base64: ${{ secrets.SIGNING_CERTIFICATE_BASE_64 }}
p12-password: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 86e142e

Please sign in to comment.