Skip to content

Commit

Permalink
rname gloo2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Oct 18, 2024
1 parent 39cd98f commit 7ab8b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: baml-vscode.vsix
path: typescript/vscode-ext/packages/gloo-${{ steps.build.outputs.version }}.vsix
path: typescript/vscode-ext/packages/gloo2-${{ steps.build.outputs.version }}.vsix
if-no-files-found: error

# Upload the artifact (helpful for debugging and manual downloads)
Expand Down
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gloo",
"name": "gloo2",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.61.1",
Expand Down

0 comments on commit 7ab8b02

Please sign in to comment.