Skip to content

Commit

Permalink
vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 430a3cc commit 44eb7cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ 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)
- name: Upload VSCode Extension Artifact
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)
Expand Down

0 comments on commit 44eb7cc

Please sign in to comment.