Merge pull request #217 from nlxdodge/feature/winget-action

Winget Github Action
This commit is contained in:
Cas 2022-10-06 14:16:39 +02:00 committed by GitHub
commit 28707f6663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/winget.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- name: WinGet Releaser
uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: ThaUnknown.Miru
installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }}