From 60202412f2249817c052263c4be42f770be2495e Mon Sep 17 00:00:00 2001 From: JeremyRH Date: Fri, 21 Nov 2025 20:48:18 -0800 Subject: [PATCH] fix: update artifact upload paths to include esm and lib directories --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0431ac0d..5083d62f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -40,7 +40,9 @@ jobs: if: ${{ steps.release.outputs.release_created }} with: name: dist - path: dist/ + path: | + esm/ + lib/ retention-days: 1 if-no-files-found: error - name: Publish to GitHub