Skip to content

Commit

Permalink
Correctly name the generated vsix file.
Browse files Browse the repository at this point in the history
  • Loading branch information
renuccif committed Oct 10, 2023
1 parent 59c951d commit cc2d80d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ jobs:
- name: Test + Package
run: |
vsce package -o test-0.0.1.vsix
# vsce package legend-engine-ide-lsp-server-shaded-0.0.1 --no-git-tag-version
# vsce package ../../legend-engine-ide-lsp/legend-engine-ide-lsp-server-shaded/target/original-legend-engine-ide-lsp-server-shaded-0.0.1-SNAPSHOT.jar
vsce package -o legend-engine-ide-client-vscode-0.0.1.vsix

0 comments on commit cc2d80d

Please sign in to comment.