Update gh action

This commit is contained in:
alexweininger 2021-05-14 13:48:43 -07:00
parent 226a2f6201
commit 747c8bfded

View file

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