From a98458e146e6ed904170b0c7b001b7a07fc810f1 Mon Sep 17 00:00:00 2001 From: Kayshen-X Date: Wed, 8 Jul 2026 23:06:02 +0800 Subject: [PATCH] fix(release): publish sdk tarballs from local paths --- .github/workflows/rust-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 86faa5703..872136124 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -478,7 +478,7 @@ jobs: echo "::notice::${name}@${version} is already published; skipping" return fi - npm publish "$tarball" --access public --tag next + npm publish "./$tarball" --access public --tag next } publish_pkg "@zseven-w/op-web-sdk" "sdk-packages/zseven-w-op-web-sdk-${version}.tgz" publish_pkg "@zseven-w/op-web-sdk-react" "sdk-packages/zseven-w-op-web-sdk-react-${version}.tgz"