Skip to content

Commit

Permalink
Update winget releaser workflow (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Oct 26, 2024
1 parent 8840362 commit 98b3767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
- uses: vedantmgoyal2009/winget-releaser@v2
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: c0re100.qBittorrent-Enhanced-Edition
version: ${{ steps.get-version.outputs.version }}
installers-regex: 'qbittorrent_enhanced_[0-9.]+(_x64)?_setup.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 98b3767

Please sign in to comment.