Skip to content

Commit 061d2c4

Browse files
authored
Fix zip nightly build to work with SpecStaging (#5486)
1 parent a4dce1a commit 061d2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ OUTPUT_DIR="$REPO/$1"
2121
cd ZipBuilder
2222
swift run ReleasePackager -keepBuildArtifacts true -updatePodRepo true \
2323
-templateDir "${REPO}"/ZipBuilder/Template -localPodspecPath "${REPO}" \
24-
-outputDir "${OUTPUT_DIR}"
24+
-outputDir "${OUTPUT_DIR}" -customSpecRepos https://github.com/firebase/SpecsStaging.git

0 commit comments

Comments
 (0)