mirror of
https://github.com/tranxuanthang/lrcget.git
synced 2025-12-23 22:58:21 -05:00
Merge pull request #274 from jo-chemla/release-winget
Add GitHub Actions workflow for WinGet release
This commit is contained in:
13
.github/workflows/release-winget.yml
vendored
Normal file
13
.github/workflows/release-winget.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Publish release to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal9/winget-releaser@latest
|
||||
with:
|
||||
identifier: LRCLIB.LRCGET
|
||||
installers-regex: 'x64_en-US\.msi'
|
||||
token: ${{ secrets.WINGET_ACC_TOKEN }}
|
||||
Reference in New Issue
Block a user