瀏覽代碼

chore: update archive package path

appflowy 3 年之前
父節點
當前提交
cd14598199
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/scripts/makefile/flutter.toml

+ 1 - 1
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 *"
 ]