mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
Create winget.yml (#402)
This commit is contained in:
parent
4ffc2ccce8
commit
c765e0ec53
13
.github/workflows/winget.yml
vendored
Normal file
13
.github/workflows/winget.yml
vendored
Normal file
@ -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 }}
|
Loading…
Reference in New Issue
Block a user