Skip to content

Commit 627fc61

Browse files
committed
Fix path in quickstart test in zip.yml
1 parent 1299a0a commit 627fc61

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
@@ -433,7 +433,7 @@ jobs:
433433
- uses: actions/checkout@v4
434434
- name: Setup quickstart
435435
run: SAMPLE="$SDK" TARGET="${SDK}ExampleZip" scripts/setup_quickstart_framework.sh \
436-
"${HOME}"/ios_frameworks/Firebase/FirebaseAILogic/* \
436+
"${HOME}"/ios_frameworks/Firebase/FirebaseAI/* \
437437
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
438438
- name: Install Secret GoogleService-Info.plist
439439
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FirebaseAI/TestApp-GoogleService-Info.plist.gpg \

0 commit comments

Comments
 (0)