Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
ag2s20150909 committed Jan 17, 2024
1 parent 16e5249 commit cefc1c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ export MEDIA3_PATH="$(pwd)"
${ROOT_DIR}/.github/scripts/build-ffmpeg.sh
${ROOT_DIR}/.github/scripts/build-av1.sh
cd ${MEDIA3_PATH}
./gradlew publishToMavenLocal --scan
./gradlew publishToMavenLocal --info


cd ${ROOT_DIR}
mkdir -p repo
mv ~/.m2/repository/* repo
git add repo/**
git add repo/**
git add media/libraries/decoder_ffmpeg/src/main/jni/**

0 comments on commit cefc1c7

Please sign in to comment.