Skip to content

Commit

Permalink
[#2] Upload extension as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Feb 1, 2021
1 parent 03a8f6e commit 42f29de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
run: npm install -g vsce
- name: Package
run: vsce package
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: erlang-ls.vsix
path: erlang-ls-*.vsix

0 comments on commit 42f29de

Please sign in to comment.