Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Sep 18, 2024
1 parent 4f08f40 commit 96111ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,9 @@ jobs:
echo "NDK: $NDK_ROOT"
cd ${{ github.workspace }}/SourceCache/firebase-android-sdk
git submodule update --init --recursive
./gradlew :firebase-common:generateDexJarRelease
find ${{ github.workspace }}/SourceCache/firebase-android-sdk-name "*.aar"
./gradlew
./gradlew tasks
find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.aar"
find ${{ github.workspace }}/SourceCache/firebase-android-sdk -name "*.jar"
exit 1
Expand Down

0 comments on commit 96111ea

Please sign in to comment.