Skip to content

Commit

Permalink
ci: upload artifact after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Aug 20, 2024
1 parent 247a40e commit db3e94c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:

- name: Package
run: vsce package

- uses: actions/upload-artifact@v4
with:
path: ./*.vsix

0 comments on commit db3e94c

Please sign in to comment.