Skip to content

Commit 5466cb6

Browse files
author
sunhongwei
committed
Fix ‘upload_product’ copy error
1 parent 3d94c04 commit 5466cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Script/git/Flutter/build_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ upload_product() {
200200
echo "${PRODUCT_PATH}"
201201
echo "${PRODUCT_GIT_DIR}"
202202

203-
cp -r -f -- "${PRODUCT_PATH}" "${PRODUCT_GIT_DIR}"
203+
cp -r -f -- "${PRODUCT_PATH}/" "${PRODUCT_GIT_DIR}"
204204

205205
local app_version=$(./get_version.sh)
206206

0 commit comments

Comments
 (0)