From 44eb7cc7f1d6515d0cf0e31dc368325cf3c436ee Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Thu, 5 Dec 2024 16:24:30 -0800 Subject: [PATCH] vsix --- .github/workflows/build-vscode-release.reusable.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-vscode-release.reusable.yaml b/.github/workflows/build-vscode-release.reusable.yaml index f8237c357..92e3b6a24 100644 --- a/.github/workflows/build-vscode-release.reusable.yaml +++ b/.github/workflows/build-vscode-release.reusable.yaml @@ -44,9 +44,7 @@ jobs: # Build the VSCode Extension - name: Build VSCode Extension id: build - run: | - pnpm run vscode:package --pre-release - echo "version=$(jq -r .version package.json)" >> $GITHUB_OUTPUT + run: pnpm run vscode:package --pre-release working-directory: typescript/vscode-ext/packages # Upload the artifact (helpful for debugging and manual downloads) @@ -54,7 +52,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: baml-vscode-vsix - path: typescript/vscode-ext/packages/baml-extension-${{ steps.build.outputs.version }}.vsix + path: typescript/vscode-ext/packages/*.vsix if-no-files-found: error # Upload the artifact (helpful for debugging and manual downloads)