mirror of
https://github.com/localsend/localsend.git
synced 2026-04-29 03:00:23 -04:00
14 lines
267 B
YAML
14 lines
267 B
YAML
name: Publish to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: vedantmgoyal9/winget-releaser@main
|
|
with:
|
|
identifier: LocalSend.LocalSend
|
|
token: ${{ secrets.WINGET_TOKEN }}
|