mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
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:
12
.github/workflows/winget.yml
vendored
Normal file
12
.github/workflows/winget.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user