We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a322a commit af0f976Copy full SHA for af0f976
.github/workflows/zip.yml
@@ -583,7 +583,7 @@ jobs:
583
- name: Add frameworks to Crashlytics watchOS target
584
run: |
585
cd quickstart-ios/messaging
586
- "${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk Messaging --target NotificationServiceExtension --framework_path Firebase/FirebaseMessaging.xcframework
+ "${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk Messaging --target NotificationServiceExtension --framework_path Firebase/
587
- name: Install Secret GoogleService-Info.plist
588
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
589
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"
0 commit comments