This commit is contained in:
tumble 2022-05-12 13:43:22 +01:00
parent edb766d06c
commit 45fcb3e9d2
No known key found for this signature in database
GPG Key ID: 651CA998E1105BFA
1 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run:
- npm i -g yarn vsce
- yarn install
- yarn build --if-present
- yarn vsce package --yarn -o ${{ env.artifact-name }}
- run: |
npm i -g yarn vsce
yarn install
yarn build --if-present
yarn vsce package --yarn -o ${{ env.artifact-name }}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
with: