mirror of
https://github.com/localsend/localsend.git
synced 2026-04-21 15:39:15 -04:00
14 lines
269 B
YAML
14 lines
269 B
YAML
name: Publish to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: vedantmgoyal2009/winget-releaser@v1
|
|
with:
|
|
identifier: LocalSend.LocalSend
|
|
token: ${{ secrets.WINGET_TOKEN }}
|