Skip to content

Commit

Permalink
Fix upload VSIX path
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Oct 15, 2024
1 parent e85275b commit 942b19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: VSIX
path: ./*.vsix
path: ./vs/*.vsix
if-no-files-found: error

0 comments on commit 942b19e

Please sign in to comment.