Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Nov 6, 2023
1 parent 714b127 commit 9b765d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vscode_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: baml-vscode.vsix
path: typescript/vscode-ext/packages/baml-${{ steps.build.outputs.version }}.vsix
path: typescript/vscode-ext/packages/vscode/baml-${{ steps.build.outputs.version }}.vsix

pre-release:
runs-on: ubuntu-latest
Expand All @@ -95,7 +95,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: baml-vscode.vsix
path: typescript/vscode-ext/packages
path: typescript/vscode-ext/packages/vscode

- id: hash
run: |
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: baml-vscode.vsix
path: typescript/vscode-ext/packages
path: typescript/vscode-ext/packages/vscode

- id: hash
run: |
Expand Down

0 comments on commit 9b765d7

Please sign in to comment.