Skip to content

Commit 314e9a1

Browse files
committed
Fix GoogleService-Info.plist path in zip.yml
1 parent 11ca484 commit 314e9a1

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
@@ -436,7 +436,7 @@ jobs:
436436
"${HOME}"/ios_frameworks/Firebase/FirebaseAILogic/* \
437437
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
438438
- name: Install Secret GoogleService-Info.plist
439-
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/VertexAI/TestApp-GoogleService-Info.plist.gpg \
439+
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FirebaseAI/TestApp-GoogleService-Info.plist.gpg \
440440
quickstart-ios/firebaseai/GoogleService-Info.plist "$plist_secret"
441441
- name: Test Quickstart
442442
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")

0 commit comments

Comments
 (0)