Skip to content

Commit

Permalink
Improve Cleanup (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
PSchmiedmayer authored Jul 31, 2023
1 parent 8ebe4f6 commit c8f3363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ jobs:
if: "(inputs.setupsigning && env.selfhosted) || failure()"
run: |
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db || true
rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision || true
rm -rf ~/Library/MobileDevice/Provisioning\ Profiles || true

0 comments on commit c8f3363

Please sign in to comment.