Update ciBuild.yml
This commit is contained in:
parent
273f8c5b02
commit
226a2f6201
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ciBuild.yml
vendored
6
.github/workflows/ciBuild.yml
vendored
|
@ -27,3 +27,9 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run package
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: vsix
|
||||
path: '*.vsix'
|
||||
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
|
||||
|
|
Loading…
Reference in a new issue