Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ced-Edition into v4_4_x
  • Loading branch information
c0re100 committed Aug 23, 2022
2 parents f75e5d6 + c765e0e commit bb5288c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: c0re100.qBittorrent-Enhanced-Edition
installers-regex: 'qbittorrent_enhanced_[0-9.]+(_x64)?_setup.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit bb5288c

Please sign in to comment.