Skip to content

Commit

Permalink
fix(ci): update the directory of VSIX files to upload the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Sep 1, 2023
1 parent 86fa227 commit a280496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Build VSIXs
run: gulp 'vsix:release:package'

- name: Upload VSIX build artifact
- name: Upload VSIX build artifacts
uses: actions/upload-artifact@v2
with:
name: ci-extension-artifact
path: ./*.vsix
path: ./vsix/*.vsix

0 comments on commit a280496

Please sign in to comment.