Publish to Windows Package Managar (WinGet) (#369)

* Update publish.yml

* Create winget.yml

* Update winget.yml

* Update publish.yml

* Update winget.yml
This commit is contained in:
Vedant
2022-06-30 09:29:23 +05:30
committed by GitHub
parent 7195a30d55
commit bdb0ad89d4
2 changed files with 13 additions and 1 deletions

12
.github/workflows/winget.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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: Suwayomi.Tachidesk-Server
token: ${{ secrets.WINGET_PUBLISH_PAT }}