We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d18c1c commit 3d87710Copy full SHA for 3d87710
.github/workflows/main.yml
@@ -153,9 +153,9 @@ jobs:
153
npm install
154
git push
155
echo ::set-output name=ovsx::`cat .name`
156
- - uses: actions/download-artifact@v2
157
- with:
158
- name: ${{ steps.set-version.outputs.name }}.vsix
+ - name: Build package
+ run: |
+ npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
159
- name: Upload Release Asset
160
id: upload-release-asset
161
uses: actions/upload-release-asset@v1
0 commit comments