From cd14598199049649598048b91d5a66bdc64f6c37 Mon Sep 17 00:00:00 2001 From: appflowy Date: Mon, 11 Apr 2022 22:07:07 +0800 Subject: [PATCH] chore: update archive package path --- frontend/scripts/makefile/flutter.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/makefile/flutter.toml b/frontend/scripts/makefile/flutter.toml index 6824a60deb..fcf599af9e 100644 --- a/frontend/scripts/makefile/flutter.toml +++ b/frontend/scripts/makefile/flutter.toml @@ -117,7 +117,7 @@ linux_alias = "create-release-archive-linux" [tasks.create-release-archive-linux] script = [ - "cd ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/app_flowy/product/${VERSION}/${TARGET_OS}/Release", + "cd ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/app_flowy/product/${APP_VERSION}/${TARGET_OS}/Release", "tar -czf ${PRODUCT_NAME}-${TARGET_OS}-x86.tar.gz *" ]