Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Aug 18, 2022
1 parent 9ae2b6d commit d7389ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,14 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v2

- name: Display structure of downloaded files
run: ls -R

- name: Add extensions to release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fail_on_unmatched_files: true
files: |
extensions-windows\*.vsix
extensions-mac\*.mpack
extensions-windows/*.vsix
extensions-mac/*.mpack

0 comments on commit d7389ee

Please sign in to comment.