Skip to content

Commit

Permalink
fix Download VSIX step
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 15, 2024
1 parent cd49e46 commit ff8c17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Download VSIX
uses: i3h/download-release-asset@v1
with:
owner: microsoft
repo: pyright
owner: detachhead
repo: basedpyright
tag: ${{ github.event.release.tag_name }}
file: ${{ env.VSIX_NAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff8c17f

Please sign in to comment.