fix: windows package output path (#4265)

This commit is contained in:
Lucas.Xu
2023-12-31 11:54:55 +08:00
committed by GitHub
parent 2521611d6a
commit 857f645131
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ script = [
mkdir ${output_path}
product= set ${PRODUCT_NAME}
glob_cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/build/${TARGET_OS}/runner/${FLUTTER_OUTPUT_DIR}/**/* \
glob_cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/build/${TARGET_OS}/${BUILD_ARCHS}/runner/${FLUTTER_OUTPUT_DIR}/**/* \
${output_path}/${product}
""",
]