We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318393 commit 9581514Copy full SHA for 9581514
.github/workflows/onestep.sh
@@ -85,10 +85,11 @@ function compile_android_platform
85
86
function make_xcfmwk_bundle()
87
{
88
- echo "---Zip apple xcframework--------------------------------------"
89
- cd build/product/xcframework
90
- zip -ryq $DIST_DIR/${LIB_NAME}-apple-xcframework-${RELEASE_VERSION}.zip ./*
91
- cd $ROOT_DIR
+ echo "---skip apple xcframework--------------------------------------"
+ # echo "---Zip apple xcframework--------------------------------------"
+ # cd build/product/xcframework
+ # zip -ryq $DIST_DIR/${LIB_NAME}-apple-xcframework-${RELEASE_VERSION}.zip ./*
92
+ # cd $ROOT_DIR
93
}
94
95
function replace_tag()
0 commit comments