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"