From 747c8bfdedc4884f6df82990e6c783829941fe56 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Fri, 14 May 2021 13:48:43 -0700 Subject: [PATCH] Update gh action --- .github/workflows/ciBuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ciBuild.yml b/.github/workflows/ciBuild.yml index 666fe25..96f33fe 100644 --- a/.github/workflows/ciBuild.yml +++ b/.github/workflows/ciBuild.yml @@ -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`