Skip to content

Commit

Permalink
twotwo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 18, 2024
1 parent ae1e879 commit 9a1438f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,19 @@ jobs:
./gradlew tasks
find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.aar"
find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.jar"
exit 1
mkdir -p "${{ github.workspace }}/BuildRoot/Library/firebase/usr/android"
for file in $(find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.aar"); do
cp "$file" "${{ github.workspace }}/BuildRoot/Library/firebase/usr/android"
done
- uses: actions/upload-artifact@v3
with:
name: firebase-android-sdk-${{ matrix.arch }}
path: ${{ github.workspace }}/BuildRoot/Library/firebase

- name: Build
run: |
exit 1
echo "NDK: $NDK_ROOT"
export SRC=${{ github.workspace }}/SourceCache/firebase-cpp-sdk
Expand Down

0 comments on commit 9a1438f

Please sign in to comment.