Skip to content

Commit 8be79e3

Browse files
authored
fixes (#67)
1 parent abf21a8 commit 8be79e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
cd .scripts
5454
sh ./package.sh
55-
55+
cd ..
5656
git add .
5757
git commit -m "Updated Package.swift and sources for latest firebase sdks"
5858
git push -u origin release/$VERSION

.scripts/package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,7 @@ if [ -f $package ]; then rm -f "$package"; fi
311311
# Move generated files into the repo directory
312312
mv "$scratch/$sources" "$sources"
313313
mv "$scratch/$package" "$package"
314+
mkdir ../artifacts
315+
cp -r "$scratch/$distribution/*.xcframework.zip" ../artifacts/
314316

315317
echo "Done."

0 commit comments

Comments
 (0)