Skip to content

Commit d84159b

Browse files
committed
insert "-universal" to product name
1 parent c097a22 commit d84159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onestep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function compile_android_platform
6969
echo "---do compile android libs--------------------------------------"
7070
./main.sh compile -p android -c build -l ${LIB_NAME}
7171
cd build/product/android/universal/${LIB_NAME}
72-
zip -rq $DIST_DIR/${LIB_NAME}-android-${RELEASE_VERSION}.zip ./*
72+
zip -rq $DIST_DIR/${LIB_NAME}-android-universal-${RELEASE_VERSION}.zip ./*
7373
cd $ROOT_DIR
7474
}
7575

0 commit comments

Comments
 (0)