We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf21a8 commit 8be79e3Copy full SHA for 8be79e3
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
cd .scripts
54
sh ./package.sh
55
-
+ cd ..
56
git add .
57
git commit -m "Updated Package.swift and sources for latest firebase sdks"
58
git push -u origin release/$VERSION
.scripts/package.sh
@@ -311,5 +311,7 @@ if [ -f $package ]; then rm -f "$package"; fi
311
# Move generated files into the repo directory
312
mv "$scratch/$sources" "$sources"
313
mv "$scratch/$package" "$package"
314
+mkdir ../artifacts
315
+cp -r "$scratch/$distribution/*.xcframework.zip" ../artifacts/
316
317
echo "Done."
0 commit comments