This commit is contained in:
tumble 2022-05-12 13:48:05 +01:00
parent 160813be0a
commit 21d6f3315c
No known key found for this signature in database
GPG Key ID: 651CA998E1105BFA
1 changed files with 6 additions and 3 deletions

View File

@ -27,16 +27,19 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: |
npm i -g yarn vsce
- name: Install Dependencies
run: |
npm i yarn vsce -g
yarn install
- name: Build and package theme
run: |
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:
# Artifact name
name: extention
name: extension
# A file, directory or wildcard pattern that describes what to upload
path: ${{ env.artifact-name }}
- name: GitHub Releases