Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 5, 2024
1 parent 6385fce commit 90d4a76
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,22 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: actions/download-artifact@v4
with:
name: baml-vscode-vsix
path: typescript/out/
- name: Install Dependencies
run: pnpm install --frozen-lockfile
working-directory: typescript/
- uses: actions/download-artifact@v4
with:
name: baml-vscode-vsix
path: typescript/vscode-ext/packages/out/
- run: |
cd typescript/
cd typescript/vscode-ext/packages
set -x
ls -la ./
ls -la out/
pnpm help
- run: |
cd typescript
pnpm vscode:publish --packagePath ./out/*.vsix
cd typescript/vscode-ext/packages
pnpm vsce publish --packagePath ./out/*.vsix
pnpm ovsx publish --packagePath ./out/*.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
30 changes: 10 additions & 20 deletions typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90d4a76

Please sign in to comment.