Update ciBuild.yml

This commit is contained in:
Alex Weininger 2021-05-14 13:46:07 -07:00 committed by GitHub
parent 273f8c5b02
commit 226a2f6201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`