We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbf5aa commit f8e902cCopy full SHA for f8e902c
.github/workflows/publish_vsix.yaml
@@ -155,7 +155,7 @@ jobs:
155
run: npm install -g @vscode/vsce ovsx
156
157
- name: Package extension
158
- run: npx vsce package
+ run: npx vsce package -o asperheader-${{ matrix.vscode_version }}-${{ steps.set-package-version.outputs.TAG_VERSION }}.vsix
159
160
- name: Upload artifact
161
uses: actions/upload-artifact@v4.6.2
0 commit comments