Skip to content

Commit c4d2489

Browse files
committed
[Android]fix ci bug.
1 parent ede2ad8 commit c4d2489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/build/build_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sed -i -e "s#jniLibs/#jniLibs2/#g" agora-simple-filter/src/main/cpp/CMakeLists.t
118118
./gradlew :app:assembleDebug
119119
cp app/build/outputs/apk/debug/app-debug.apk ./APIExample_Android_$(date "+%y%m%d%H").apk
120120
7za a -tzip result.zip -r *.apk
121-
cp result.zip $WORKSPACE/APIExample_Android_apk.zip
121+
cp result.zip $WORKSPACE/APIExample_Android$(echo $sdk_url | cut -d "/" -f 9 | grep audio_only | cut -d "_" -f 1 | sed -e 's/a/_A/g')_apk.zip
122122
ls $WORKSPACE
123123
cd -
124124

0 commit comments

Comments
 (0)