Skip to content

Commit 9581514

Browse files
committed
fix zip xcfmwk bug
1 parent a318393 commit 9581514

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/onestep.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ function compile_android_platform
8585

8686
function make_xcfmwk_bundle()
8787
{
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
88+
echo "---skip apple xcframework--------------------------------------"
89+
# echo "---Zip apple xcframework--------------------------------------"
90+
# cd build/product/xcframework
91+
# zip -ryq $DIST_DIR/${LIB_NAME}-apple-xcframework-${RELEASE_VERSION}.zip ./*
92+
# cd $ROOT_DIR
9293
}
9394

9495
function replace_tag()

0 commit comments

Comments
 (0)