This commit is contained in:
tumble 2022-05-12 14:37:18 +01:00
parent e8ea528a51
commit 4e803e3893
No known key found for this signature in database
GPG Key ID: 651CA998E1105BFA
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Build and package theme
run: |
yarn build --if-present
yarn vsce package --yarn -o ${{ env.artifact-name }}
vsce package --yarn -o ${{ env.artifact-name }}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
with: