Skip to content

Commit

Permalink
add aar files into android distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 12, 2024
1 parent 906d95e commit b90f1e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,10 @@ jobs:
${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
mkdir -p "${{ github.workspace }}/BuildRoot/Library/firebase/usr/android"
for file in $(find ${firebase_dir} -name "*.aar"); do
cp "$file" "${{ github.workspace }}/BuildRoot/Library/firebase/usr/android"
done
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b90f1e4

Please sign in to comment.