mirror of
https://github.com/tranxuanthang/lrcget.git
synced 2026-03-06 16:15:58 -05:00
15 lines
337 B
YAML
15 lines
337 B
YAML
name: Publish release to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
workflow_dispatch:
|
|
jobs:
|
|
publish:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: vedantmgoyal9/winget-releaser@v2
|
|
with:
|
|
identifier: LRCLIB.LRCGET
|
|
installers-regex: 'x64_en-US\.msi'
|
|
token: ${{ secrets.WINGET_ACC_TOKEN }}
|