Skip to content

Commit

Permalink
try android upload of aars
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 18, 2024
1 parent 2681ddc commit fce7117
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,12 @@ jobs:
run: |
find android_build -name "*.aar"
find android_build -name "*.jar"
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:
name: firebase-android-${{ matrix.architecture }}-${{ matrix.os }}
path: ${{ github.workspace }}/BuildRoot/Library/firebase

0 comments on commit fce7117

Please sign in to comment.