mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-27 05:54:13 +01:00
* Update publish.yml * Create winget.yml * Update winget.yml * Update publish.yml * Update winget.yml
13 lines
320 B
YAML
13 lines
320 B
YAML
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 }}
|