mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-27 00:05:39 +00:00
feat: add winget-releaser workflow for automatic WinGet releases (fixes #177)
This commit is contained in:
@@ -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: Webadderall.Recordly
|
||||
installers-regex: 'windows\-x64\.exe'
|
||||
token: ${{ secrets.WINGET_ACC_TOKEN }}
|
||||
Reference in New Issue
Block a user