Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Feb 28, 2023
1 parent bde9782 commit 9789800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ jobs:
- name: Clean up keychain and provisioning profile
if: "(inputs.setupsigning && env.selfhosted) || failure()"
run: |
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db || true
rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision || true

0 comments on commit 9789800

Please sign in to comment.