Skip to content

Commit

Permalink
Install 3 additional generated headers in the android archive (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp authored and kendalharland committed Sep 12, 2024
1 parent d94788c commit 8d73af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@ jobs:
for header in ${firebase_dir}/storage/src/include/firebase/storage/*.h; do
cp $header ${header_destination_dir}/storage/
done
for header in ${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/firestore_errors.h \
${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/geo_point.h \
${firebase_dir}/app/.externalNativeBuild/cmake/release/${{ matrix.arch }}/external/src/firestore/Firestore/core/include/firebase/firestore/timestamp.h ; do
cp $header ${header_destination_dir}/firestore/
done
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8d73af1

Please sign in to comment.