Skip to content

Commit f8e902c

Browse files
committed
[UPDATE] the flow to hopefully allow the upload of more than 1 vsix package due to name being defined by module and package version
1 parent 2bbf5aa commit f8e902c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_vsix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: npm install -g @vscode/vsce ovsx
156156

157157
- name: Package extension
158-
run: npx vsce package
158+
run: npx vsce package -o asperheader-${{ matrix.vscode_version }}-${{ steps.set-package-version.outputs.TAG_VERSION }}.vsix
159159

160160
- name: Upload artifact
161161
uses: actions/upload-artifact@v4.6.2

0 commit comments

Comments
 (0)