Update gh action
This commit is contained in:
parent
226a2f6201
commit
747c8bfded
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ciBuild.yml
vendored
3
.github/workflows/ciBuild.yml
vendored
|
@ -27,9 +27,10 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run package
|
||||
- run: npx vsce 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`
|
||||
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
|
||||
|
|
Loading…
Reference in a new issue