Skip to content

Commit

Permalink
Add vsce, for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Sep 5, 2023
1 parent 556cf44 commit c057aff
Show file tree
Hide file tree
Showing 3 changed files with 1,839 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
name: Package-${{ matrix.os }}
path: staging
- run: cd magik-language-server/client-vscode && npm install . && npm run package
- run: cp **/vsix staging
- run: pwd && ls -l
- run: cp magik-language-server/client-vscode/magik-language-server-*.vsix staging

markdown_lint:
name: Markdown Lint
Expand Down
Loading

0 comments on commit c057aff

Please sign in to comment.