Skip to content

Commit 15fb9e4

Browse files
committed
attempt to fix run path
1 parent 59f151f commit 15fb9e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ jobs:
353353
run: |
354354
cd quickstart-ios/crashlytics
355355
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk "Crashlytics" --target "CrashlyticsExample_(watchOS)_Extension" --framework_path Firebase/
356+
- name: Patch Crashlytics Run Script Path
357+
run: sed -i '' 's|SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run|"${SRCROOT}/Firebase/FirebaseCrashlytics/run"|g' quickstart-ios/crashlytics/CrashlyticsExample.xcodeproj/project.pbxproj
356358
# TODO(#8057): Restore Swift Quickstart
357359
# - name: Setup swift quickstart
358360
# env:

0 commit comments

Comments
 (0)