From b3e00f82bc871b9ad1ff63d9221395dec72811e3 Mon Sep 17 00:00:00 2001 From: Gitea Automation Date: Tue, 21 Jul 2026 10:34:15 +0800 Subject: [PATCH] fix(ci): publish packed tarball to Gitea --- .gitea/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/package.yml b/.gitea/workflows/package.yml index 9496d22..72cec78 100644 --- a/.gitea/workflows/package.yml +++ b/.gitea/workflows/package.yml @@ -128,4 +128,4 @@ jobs: package_file="$(find artifacts -maxdepth 1 -type f -name '*.tgz' -print -quit)" test -n "$package_file" npm config set -- '//lqycustomsite.online/api/packages/admin/npm/:_authToken' "$NODE_AUTH_TOKEN" - npm publish "$package_file" --registry="$registry_url" + npm publish "./$package_file" --registry="$registry_url"