Skip to content

Commit adce21b

Browse files
authored
Apply suggestion from @ncooke3
1 parent 977bdc9 commit adce21b

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
@@ -384,7 +384,7 @@ jobs:
384384
find "${GITHUB_WORKSPACE}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
385385
- uses: actions/checkout@v4
386386
- name: Setup quickstart
387-
run: SAMPLE="$SDK" TARGET="${SDK}Example (iOS)" scripts/setup_quickstart_framework.sh \
387+
run: SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
388388
"${HOME}"/ios_frameworks/Firebase/FirebaseAILogic/* \
389389
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
390390
- name: Install Secret GoogleService-Info.plist

0 commit comments

Comments
 (0)