We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6959e commit 2c05432Copy full SHA for 2c05432
1 file changed
.github/workflows/build.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install dependencies
24
run: npm ci
25
26
- - name: Build extension
27
- run: npm run build
+ - name: Build VSIX extension package
+ run: npm run package
28
29
- name: Upload VSIX artifact
30
uses: actions/upload-artifact@v4
0 commit comments