Skip to content

Commit 942b19e

Browse files
Fix upload VSIX path
Signed-off-by: Sanjula Ganepola <[email protected]>
1 parent e85275b commit 942b19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webpack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: VSIX
54-
path: ./*.vsix
54+
path: ./vs/*.vsix
5555
if-no-files-found: error

0 commit comments

Comments
 (0)