diff --git a/packages/apis/package.json b/packages/apis/package.json index 8e680f3..8d15fff 100644 --- a/packages/apis/package.json +++ b/packages/apis/package.json @@ -30,7 +30,7 @@ "module_name": "index", "host": "https://github.com/zkemail/zk-regex/releases/download/", "remote_path": "{version}", - "package_name": "{node_abi}-{platform}-{arch}.tar.gz", + "package_name": "apis-{node_abi}-{platform}-{arch}.tar.gz", "module_path": "./native" } } \ No newline at end of file diff --git a/packages/compiler/package.json b/packages/compiler/package.json index c685efe..7b6a862 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -34,7 +34,7 @@ "module_name": "index", "host": "https://github.com/zkemail/zk-regex/releases/download/", "remote_path": "{version}", - "package_name": "{node_abi}-{platform}-{arch}.tar.gz", + "package_name": "compiler-{node_abi}-{platform}-{arch}.tar.gz", "module_path": "./native" } } \ No newline at end of file