Skip to content

Commit

Permalink
another bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 5, 2024
1 parent 3b40a25 commit ecefc07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload VSCode Extension Artifact
uses: actions/upload-artifact@v4
with:
name: baml-vscode.vsix
name: baml-vscode-vsix
path: typescript/vscode-ext/packages/baml-extension-${{ steps.build.outputs.version }}.vsix
if-no-files-found: error

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: jdx/mise-action@v2
- uses: actions/download-artifact@v4
with:
name: baml-vscode.vsix
name: baml-vscode-vsix
path: typescript/out/
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -99,6 +99,6 @@ jobs:
ls -la ./
ls -la out/
pnpm help
- run: pnpm exec vsce publish --packagePath ./out/baml-vscode.vsix
- run: pnpm exec vsce publish --packagePath ./out/*.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit ecefc07

Please sign in to comment.