Skip to content

Commit 8d73af1

Browse files
hypkendalharland
authored andcommitted
Install 3 additional generated headers in the android archive (#49)
1 parent d94788c commit 8d73af1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bcny-firebase.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ jobs:
511511
for header in ${firebase_dir}/storage/src/include/firebase/storage/*.h; do
512512
cp $header ${header_destination_dir}/storage/
513513
done
514+
for header in ${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/firestore_errors.h \
515+
${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/geo_point.h \
516+
${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/timestamp.h ; do
517+
cp $header ${header_destination_dir}/firestore/
518+
done
514519
515520
- uses: actions/upload-artifact@v3
516521
with:

0 commit comments

Comments
 (0)