Skip to content

Commit

Permalink
add upload artifact command to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tonka3000 committed Nov 20, 2020
1 parent 1850c30 commit 6bf833f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
# npm test
env:
CI: true
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: qtvsctools.vsix
path: *.vsix

0 comments on commit 6bf833f

Please sign in to comment.