From fe3c26721721b1de7a42c6157ac43a4f95c5ef36 Mon Sep 17 00:00:00 2001 From: Newton Der Date: Wed, 3 Sep 2025 12:15:48 -0700 Subject: [PATCH] Rename artifact name to npm-package --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c0f5a69f..c7be7d27d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v4 with: - name: yarn-package + name: npm-package path: sagemaker-code-editor-${{ env.VERSION }}.tar.gz # Run end-to-end tests after the build is complete run-e2e-tests: