Skip to content

Commit af0f976

Browse files
committed
msg fix?
1 parent 47a322a commit af0f976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ jobs:
583583
- name: Add frameworks to Crashlytics watchOS target
584584
run: |
585585
cd quickstart-ios/messaging
586-
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk Messaging --target NotificationServiceExtension --framework_path Firebase/FirebaseMessaging.xcframework
586+
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk Messaging --target NotificationServiceExtension --framework_path Firebase/
587587
- name: Install Secret GoogleService-Info.plist
588588
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
589589
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"

0 commit comments

Comments
 (0)