Skip to content

Commit f329794

Browse files
authored
fix: messaging zip failure (#15502)
1 parent 905ea7d commit f329794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/zip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,10 @@ jobs:
646646
run: SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
647647
"${HOME}"/ios_frameworks/Firebase/FirebaseMessaging/* \
648648
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
649+
- name: Add frameworks to notification extension target
650+
run: |
651+
cd quickstart-ios/messaging
652+
"${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk "Messaging" --target "NotificationServiceExtension" --framework_path Firebase/
649653
- name: Install Secret GoogleService-Info.plist
650654
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
651655
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"

0 commit comments

Comments
 (0)